@@ -435,6 +435,10 @@ This variable may appear to be global but is not. See [`exports`][].
435
435
436
436
<!-- YAML
437
437
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.
438
442
-->
439
443
440
444
> Stability: 1 - Experimental. Disable this API with the [ ` --no-experimental-fetch ` ] [ ]
@@ -446,6 +450,10 @@ A browser-compatible implementation of the [`fetch()`][] function.
446
450
447
451
<!-- YAML
448
452
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.
449
457
-->
450
458
451
459
> 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;
472
480
473
481
<!-- YAML
474
482
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.
475
487
-->
476
488
477
489
> 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()`][].
641
653
642
654
<!-- YAML
643
655
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.
644
660
-->
645
661
646
662
> Stability: 1 - Experimental. Disable this API with the [ ` --no-experimental-fetch ` ] [ ]
@@ -652,6 +668,10 @@ A browser-compatible implementation of {Response}.
652
668
653
669
<!-- YAML
654
670
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.
655
675
-->
656
676
657
677
> Stability: 1 - Experimental. Disable this API with the [ ` --no-experimental-fetch ` ] [ ]
0 commit comments