Skip to content

Commit

Permalink
fixup! lib: enable fetch by default
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Feb 1, 2022
1 parent 93b5e41 commit 84a73c9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/api/globals.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ This variable may appear to be global but is not. See [`exports`][].
added: REPLACEME
-->

> Stability: 1 - Experimental. Enable this API with the [`--experimental-fetch`][]
> Stability: 1 - Experimental. Disable this API with the [`--no-experimental-fetch`][]
> CLI flag.
A browser-compatible implementation of the [`fetch()`][] function.
Expand All @@ -365,7 +365,7 @@ Node.js this is different. The top-level scope is not the global scope;
added: REPLACEME
-->

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

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

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

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

0 comments on commit 84a73c9

Please sign in to comment.