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.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/globals.md b/doc/api/globals.md
index 84b81a9db59..e86885eb749 100644
--- a/doc/api/globals.md
+++ b/doc/api/globals.md
@@ -318,7 +318,7 @@ This variable may appear to be global but is not. See [`exports`][].
## `fetch`
<!-- YAML
-added: REPLACEME
+added: v17.5.0
-->
> Stability: 1 - Experimental. Enable this API with the [`--experimental-fetch`][]
@@ -344,7 +344,7 @@ Node.js this is different. The top-level scope is not the global scope;
## Class `Headers`
<!-- YAML
-added: REPLACEME
+added: v17.5.0
-->
> Stability: 1 - Experimental. Enable this API with the [`--experimental-fetch`][]
@@ -449,7 +449,7 @@ This variable may appear to be global but is not. See [`require()`][].
## `Response`
<!-- YAML
-added: REPLACEME
+added: v17.5.0
-->
> Stability: 1 - Experimental. Enable this API with the [`--experimental-fetch`][]
@@ -460,7 +460,7 @@ A browser-compatible implementation of {Response}.
## `Request`
<!-- YAML
-added: REPLACEME
+added: v17.5.0
-->
> Stability: 1 - Experimental. Enable this API with the [`--experimental-fetch`][]