@@ -339,7 +339,7 @@ This variable may appear to be global but is not. See [`exports`][].
339
339
added: REPLACEME
340
340
-->
341
341
342
- > Stability: 1 - Experimental. Enable this API with the [ ` --experimental-fetch ` ] [ ]
342
+ > Stability: 1 - Experimental. Disable this API with the [ ` --no -experimental-fetch ` ] [ ]
343
343
> CLI flag.
344
344
345
345
A browser-compatible implementation of the [ ` fetch() ` ] [ ] function.
@@ -365,7 +365,7 @@ Node.js this is different. The top-level scope is not the global scope;
365
365
added: REPLACEME
366
366
-->
367
367
368
- > Stability: 1 - Experimental. Enable this API with the [ ` --experimental-fetch ` ] [ ]
368
+ > Stability: 1 - Experimental. Disable this API with the [ ` --no -experimental-fetch ` ] [ ]
369
369
> CLI flag.
370
370
371
371
A browser-compatible implementation of {Headers}.
@@ -470,7 +470,7 @@ This variable may appear to be global but is not. See [`require()`][].
470
470
added: REPLACEME
471
471
-->
472
472
473
- > Stability: 1 - Experimental. Enable this API with the [ ` --experimental-fetch ` ] [ ]
473
+ > Stability: 1 - Experimental. Disable this API with the [ ` --no -experimental-fetch ` ] [ ]
474
474
> CLI flag.
475
475
476
476
A browser-compatible implementation of {Response}.
@@ -481,7 +481,7 @@ A browser-compatible implementation of {Response}.
481
481
added: REPLACEME
482
482
-->
483
483
484
- > Stability: 1 - Experimental. Enable this API with the [ ` --experimental-fetch ` ] [ ]
484
+ > Stability: 1 - Experimental. Disable this API with the [ ` --no -experimental-fetch ` ] [ ]
485
485
> CLI flag.
486
486
487
487
A browser-compatible implementation of {Request}.
@@ -590,7 +590,7 @@ The object that acts as the namespace for all W3C
590
590
[ WebAssembly] [ webassembly-org ] related functionality. See the
591
591
[ Mozilla Developer Network] [ webassembly-mdn ] for usage and compatibility.
592
592
593
- [ `--experimental-fetch` ] : cli.md#--experimental-fetch
593
+ [ `--no- experimental-fetch` ] : cli.md#--no -experimental-fetch
594
594
[ `AbortController` ] : https://developer.mozilla.org/en-US/docs/Web/API/AbortController
595
595
[ `DOMException` ] : https://developer.mozilla.org/en-US/docs/Web/API/DOMException
596
596
[ `EventTarget` and `Event` API ] : events.md#eventtarget-and-event-api
0 commit comments