Skip to content

Commit 248de57

Browse files
aduh95danielleadams
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 fe91ac1 commit 248de57

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
@@ -435,6 +435,10 @@ This variable may appear to be global but is not. See [`exports`][].
435435

436436
<!-- YAML
437437
added: v17.5.0
438+
changes:
439+
- version: v18.0.0
440+
pr-url: https://github.com/nodejs/node/pull/41811
441+
description: No longer behind `--experimental-global-fetch` CLI flag.
438442
-->
439443

440444
> Stability: 1 - Experimental. Disable this API with the [`--no-experimental-fetch`][]
@@ -446,6 +450,10 @@ A browser-compatible implementation of the [`fetch()`][] function.
446450

447451
<!-- YAML
448452
added: v17.6.0
453+
changes:
454+
- version: v18.0.0
455+
pr-url: https://github.com/nodejs/node/pull/41811
456+
description: No longer behind `--experimental-global-fetch` CLI flag.
449457
-->
450458

451459
> Stability: 1 - Experimental. Disable this API with the [`--no-experimental-fetch`][]
@@ -472,6 +480,10 @@ Node.js this is different. The top-level scope is not the global scope;
472480

473481
<!-- YAML
474482
added: v17.5.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.
475487
-->
476488

477489
> Stability: 1 - Experimental. Disable this API with the [`--no-experimental-fetch`][]
@@ -641,6 +653,10 @@ This variable may appear to be global but is not. See [`require()`][].
641653

642654
<!-- YAML
643655
added: v17.5.0
656+
changes:
657+
- version: v18.0.0
658+
pr-url: https://github.com/nodejs/node/pull/41811
659+
description: No longer behind `--experimental-global-fetch` CLI flag.
644660
-->
645661

646662
> Stability: 1 - Experimental. Disable this API with the [`--no-experimental-fetch`][]
@@ -652,6 +668,10 @@ A browser-compatible implementation of {Response}.
652668

653669
<!-- YAML
654670
added: v17.5.0
671+
changes:
672+
- version: v18.0.0
673+
pr-url: https://github.com/nodejs/node/pull/41811
674+
description: No longer behind `--experimental-global-fetch` CLI flag.
655675
-->
656676

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

0 commit comments

Comments
 (0)