Skip to content

Commit

Permalink
doc: add history section to fetch-related globals
Browse files Browse the repository at this point in the history
Refs: #41811
PR-URL: #45198
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
aduh95 authored and RafaelGSS committed Nov 10, 2022
1 parent 069747b commit b9039a5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions doc/api/globals.md
Expand Up @@ -463,6 +463,10 @@ This variable may appear to be global but is not. See [`exports`][].
added:
- v17.5.0
- v16.15.0
changes:
- version: v18.0.0
pr-url: https://github.com/nodejs/node/pull/41811
description: No longer behind `--experimental-global-fetch` CLI flag.
-->

> Stability: 1 - Experimental. Disable this API with the [`--no-experimental-fetch`][]
Expand All @@ -476,6 +480,10 @@ A browser-compatible implementation of the [`fetch()`][] function.
added:
- v17.6.0
- v16.15.0
changes:
- version: v18.0.0
pr-url: https://github.com/nodejs/node/pull/41811
description: No longer behind `--experimental-global-fetch` CLI flag.
-->

> Stability: 1 - Experimental. Disable this API with the [`--no-experimental-fetch`][]
Expand Down Expand Up @@ -504,6 +512,10 @@ Node.js this is different. The top-level scope is not the global scope;
added:
- v17.5.0
- v16.15.0
changes:
- version: v18.0.0
pr-url: https://github.com/nodejs/node/pull/41811
description: No longer behind `--experimental-global-fetch` CLI flag.
-->

> Stability: 1 - Experimental. Disable this API with the [`--no-experimental-fetch`][]
Expand Down Expand Up @@ -737,6 +749,10 @@ This variable may appear to be global but is not. See [`require()`][].
added:
- v17.5.0
- v16.15.0
changes:
- version: v18.0.0
pr-url: https://github.com/nodejs/node/pull/41811
description: No longer behind `--experimental-global-fetch` CLI flag.
-->

> Stability: 1 - Experimental. Disable this API with the [`--no-experimental-fetch`][]
Expand All @@ -750,6 +766,10 @@ A browser-compatible implementation of {Response}.
added:
- v17.5.0
- v16.15.0
changes:
- version: v18.0.0
pr-url: https://github.com/nodejs/node/pull/41811
description: No longer behind `--experimental-global-fetch` CLI flag.
-->

> Stability: 1 - Experimental. Disable this API with the [`--no-experimental-fetch`][]
Expand Down

0 comments on commit b9039a5

Please sign in to comment.