Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@ Silence deprecation warnings.
added: v18.0.0
-->

Disable experimental support for the [Fetch API][].
Disable exposition of [Fetch API][] on the global scope.

### `--no-experimental-global-customevent`

Expand Down
16 changes: 5 additions & 11 deletions doc/api/globals.md
Original file line number Diff line number Diff line change
Expand Up @@ -483,8 +483,7 @@ changes:
description: No longer behind `--experimental-global-fetch` CLI flag.
-->

> Stability: 1 - Experimental. Disable this API with the [`--no-experimental-fetch`][]
> CLI flag.
> Stability: 2 - Stable

A browser-compatible implementation of the [`fetch()`][] function.

Expand All @@ -510,8 +509,7 @@ changes:
description: No longer behind `--experimental-global-fetch` CLI flag.
-->

> Stability: 1 - Experimental. Disable this API with the [`--no-experimental-fetch`][]
> CLI flag.
> Stability: 2 - Stable

A browser-compatible implementation of {FormData}.

Expand Down Expand Up @@ -546,8 +544,7 @@ changes:
description: No longer behind `--experimental-global-fetch` CLI flag.
-->

> Stability: 1 - Experimental. Disable this API with the [`--no-experimental-fetch`][]
> CLI flag.
> Stability: 2 - Stable

A browser-compatible implementation of {Headers}.

Expand Down Expand Up @@ -818,8 +815,7 @@ changes:
description: No longer behind `--experimental-global-fetch` CLI flag.
-->

> Stability: 1 - Experimental. Disable this API with the [`--no-experimental-fetch`][]
> CLI flag.
> Stability: 2 - Stable

A browser-compatible implementation of {Response}.

Expand All @@ -835,8 +831,7 @@ changes:
description: No longer behind `--experimental-global-fetch` CLI flag.
-->

> Stability: 1 - Experimental. Disable this API with the [`--no-experimental-fetch`][]
> CLI flag.
> Stability: 2 - Stable

A browser-compatible implementation of {Request}.

Expand Down Expand Up @@ -1037,7 +1032,6 @@ A browser-compatible implementation of [`WritableStreamDefaultWriter`][].
[ECMAScript module]: esm.md
[Navigator API]: https://html.spec.whatwg.org/multipage/system-state.html#the-navigator-object
[Web Crypto API]: webcrypto.md
[`--no-experimental-fetch`]: cli.md#--no-experimental-fetch
[`--no-experimental-global-customevent`]: cli.md#--no-experimental-global-customevent
[`--no-experimental-global-webcrypto`]: cli.md#--no-experimental-global-webcrypto
[`AbortController`]: https://developer.mozilla.org/en-US/docs/Web/API/AbortController
Expand Down
2 changes: 1 addition & 1 deletion doc/api/webstreams.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ changes:
description: Use of this API no longer emit a runtime warning.
-->

> Stability: 1 - Experimental.
> Stability: 2 - Stable

An implementation of the [WHATWG Streams Standard][].

Expand Down