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/globals.md')
-rw-r--r--doc/api/globals.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/api/globals.md b/doc/api/globals.md
index bfc1a2dae32..d96b906efbc 100644
--- a/doc/api/globals.md
+++ b/doc/api/globals.md
@@ -284,7 +284,7 @@ Used to print to stdout and stderr. See the [`console`][] section.
## `Crypto`
<!-- YAML
-added: REPLACEME
+added: v17.6.0
-->
> Stability: 1 - Experimental. Enable this API with the
@@ -297,7 +297,7 @@ only if the Node.js binary was compiled with including support for the
## `crypto`
<!-- YAML
-added: REPLACEME
+added: v17.6.0
-->
> Stability: 1 - Experimental. Enable this API with the
@@ -308,7 +308,7 @@ A browser-compatible implementation of the [Web Crypto API][].
## `CryptoKey`
<!-- YAML
-added: REPLACEME
+added: v17.6.0
-->
> Stability: 1 - Experimental. Enable this API with the
@@ -366,7 +366,7 @@ A browser-compatible implementation of the [`fetch()`][] function.
## Class `FormData`
<!-- YAML
-added: REPLACEME
+added: v17.6.0
-->
> Stability: 1 - Experimental. Enable this API with the [`--experimental-fetch`][]
@@ -559,7 +559,7 @@ The WHATWG [`structuredClone`][] method.
## `SubtleCrypto`
<!-- YAML
-added: REPLACEME
+added: v17.6.0
-->
> Stability: 1 - Experimental. Enable this API with the