Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: promote fetch/webstreams from experimental to stable #45684

Merged
merged 8 commits into from Sep 24, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/api/cli.md
Expand Up @@ -391,7 +391,7 @@ Use the specified file as a security policy.
added: v18.0.0
-->

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

### `--no-experimental-global-webcrypto`

Expand Down
16 changes: 5 additions & 11 deletions doc/api/globals.md
Expand Up @@ -469,8 +469,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 @@ -486,8 +485,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 @@ -518,8 +516,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 @@ -755,8 +752,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 @@ -772,8 +768,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 @@ -971,7 +966,6 @@ added: v18.0.0
A browser-compatible implementation of [`WritableStreamDefaultWriter`][].

[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