File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -600,7 +600,7 @@ This variable may appear to be global but is not. See [`module`][].
600600added: v21.0.0
601601-->
602602
603- > Stability: 1 - Experimental
603+ > Stability: 1.1 - Active development
604604
605605A partial implementation of the [ Navigator API] [ ] .
606606
@@ -610,10 +610,18 @@ A partial implementation of the [Navigator API][].
610610added: v21.0.0
611611-->
612612
613- > Stability: 1 - Experimental
613+ > Stability: 1.1 - Active development
614614
615615A partial implementation of [ ` window.navigator ` ] [ ] .
616616
617+ If your app or a dependency uses a check for ` navigator ` to determine whether it
618+ is running in a browser, the following can be used to delete the ` navigator `
619+ global before app code runs:
620+
621+ ``` bash
622+ node --import ' data:text/javascript,delete globalThis.navigator' app.js
623+ ```
624+
617625### ` navigator.hardwareConcurrency `
618626
619627<!-- YAML
You can’t perform that action at this time.
0 commit comments