@@ -435,6 +435,10 @@ This variable may appear to be global but is not. See [`exports`][].
435435
436436<!-- YAML
437437added: 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
448452added: 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
474482added: 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
643655added: 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
654670added: 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