Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/cli.md')
-rw-r--r--doc/api/cli.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/cli.md b/doc/api/cli.md
index f7b88f7704c..24fc24247f4 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -396,7 +396,7 @@ Disable experimental support for the [Fetch API][].
### `--no-experimental-global-webcrypto`
<!-- YAML
-added: REPLACEME
+added: v19.0.0
-->
Disable exposition of [Web Crypto API][] on the global scope.
@@ -404,7 +404,7 @@ Disable exposition of [Web Crypto API][] on the global scope.
### `--no-experimental-global-customevent`
<!-- YAML
-added: REPLACEME
+added: v19.0.0
-->
Disable exposition of [CustomEvent Web API][] on the global scope.
@@ -420,7 +420,7 @@ Use this flag to disable top-level await in REPL.
### `--experimental-shadow-realm`
<!-- YAML
-added: REPLACEME
+added: v19.0.0
-->
Use this flag to enable [ShadowRealm][] support.
@@ -642,7 +642,7 @@ Specify ICU data load path. (Overrides `NODE_ICU_DATA`.)
### `--import=module`
<!-- YAML
-added: REPLACEME
+added: v19.0.0
-->
> Stability: 1 - Experimental