Skip to content

Commit b9039a5

Browse files
aduh95RafaelGSS
authored andcommitted
doc: add history section to fetch-related globals
Refs: #41811 PR-URL: #45198 Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 069747b commit b9039a5

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

doc/api/globals.md

+20
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,10 @@ This variable may appear to be global but is not. See [`exports`][].
463463
added:
464464
- v17.5.0
465465
- v16.15.0
466+
changes:
467+
- version: v18.0.0
468+
pr-url: https://github.com/nodejs/node/pull/41811
469+
description: No longer behind `--experimental-global-fetch` CLI flag.
466470
-->
467471

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

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

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

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

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

0 commit comments

Comments
 (0)