Skip to content

Commit 84a73c9

Browse files
committed
fixup! lib: enable fetch by default
1 parent 93b5e41 commit 84a73c9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/api/globals.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ This variable may appear to be global but is not. See [`exports`][].
339339
added: REPLACEME
340340
-->
341341

342-
> Stability: 1 - Experimental. Enable this API with the [`--experimental-fetch`][]
342+
> Stability: 1 - Experimental. Disable this API with the [`--no-experimental-fetch`][]
343343
> CLI flag.
344344
345345
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;
365365
added: REPLACEME
366366
-->
367367

368-
> Stability: 1 - Experimental. Enable this API with the [`--experimental-fetch`][]
368+
> Stability: 1 - Experimental. Disable this API with the [`--no-experimental-fetch`][]
369369
> CLI flag.
370370
371371
A browser-compatible implementation of {Headers}.
@@ -470,7 +470,7 @@ This variable may appear to be global but is not. See [`require()`][].
470470
added: REPLACEME
471471
-->
472472

473-
> Stability: 1 - Experimental. Enable this API with the [`--experimental-fetch`][]
473+
> Stability: 1 - Experimental. Disable this API with the [`--no-experimental-fetch`][]
474474
> CLI flag.
475475
476476
A browser-compatible implementation of {Response}.
@@ -481,7 +481,7 @@ A browser-compatible implementation of {Response}.
481481
added: REPLACEME
482482
-->
483483

484-
> Stability: 1 - Experimental. Enable this API with the [`--experimental-fetch`][]
484+
> Stability: 1 - Experimental. Disable this API with the [`--no-experimental-fetch`][]
485485
> CLI flag.
486486
487487
A browser-compatible implementation of {Request}.
@@ -590,7 +590,7 @@ The object that acts as the namespace for all W3C
590590
[WebAssembly][webassembly-org] related functionality. See the
591591
[Mozilla Developer Network][webassembly-mdn] for usage and compatibility.
592592

593-
[`--experimental-fetch`]: cli.md#--experimental-fetch
593+
[`--no-experimental-fetch`]: cli.md#--no-experimental-fetch
594594
[`AbortController`]: https://developer.mozilla.org/en-US/docs/Web/API/AbortController
595595
[`DOMException`]: https://developer.mozilla.org/en-US/docs/Web/API/DOMException
596596
[`EventTarget` and `Event` API]: events.md#eventtarget-and-event-api

0 commit comments

Comments
 (0)