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.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/cli.md b/doc/api/cli.md
index c4602e6c832..beecf442bfe 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -291,7 +291,7 @@ Enable experimental support for the [Fetch API][].
### `--experimental-global-webcrypto`
<!-- YAML
-added: REPLACEME
+added: v17.6.0
-->
Expose the [Web Crypto API][] on the global scope.
@@ -318,7 +318,7 @@ Specify the `module` of a custom experimental [ECMAScript module loader][].
### `--experimental-network-imports`
<!-- YAML
-added: REPLACEME
+added: v17.6.0
-->
> Stability: 1 - Experimental