Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b9039a5

Browse filesBrowse files
aduh95RafaelGSS
authored andcommitted
doc: add history section to fetch-related globals
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>
1 parent 069747b commit b9039a5
Copy full SHA for b9039a5

File tree

Expand file treeCollapse file tree

1 file changed

+20
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+20
-0
lines changed
Open diff view settings
Collapse file

‎doc/api/globals.md‎

Copy file name to clipboardExpand all lines: doc/api/globals.md
+20Lines changed: 20 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.