Skip to content
Closed
Show file tree
Hide file tree
Changes from all 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 exposition of [Fetch API][] on the global scope.
Disable experimental support for the [Fetch API][].

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

Expand Down
36 changes: 11 additions & 25 deletions doc/api/globals.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,16 +478,13 @@ added:
- v17.5.0
- v16.15.0
changes:
- version:
- REPLACEME
pr-url: https://github.com/nodejs/node/pull/45684
description: No longer experimental.
- version: v18.0.0
pr-url: https://github.com/nodejs/node/pull/41811
description: No longer behind `--experimental-global-fetch` CLI flag.
-->

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

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

Expand All @@ -508,16 +505,13 @@ added:
- v17.6.0
- v16.15.0
changes:
- version:
- REPLACEME
pr-url: https://github.com/nodejs/node/pull/45684
description: No longer experimental.
- version: v18.0.0
pr-url: https://github.com/nodejs/node/pull/41811
description: No longer behind `--experimental-global-fetch` CLI flag.
-->

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

A browser-compatible implementation of {FormData}.

Expand Down Expand Up @@ -547,16 +541,13 @@ added:
- v17.5.0
- v16.15.0
changes:
- version:
- REPLACEME
pr-url: https://github.com/nodejs/node/pull/45684
description: No longer experimental.
- version: v18.0.0
pr-url: https://github.com/nodejs/node/pull/41811
description: No longer behind `--experimental-global-fetch` CLI flag.
-->

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

A browser-compatible implementation of {Headers}.

Expand Down Expand Up @@ -822,16 +813,13 @@ added:
- v17.5.0
- v16.15.0
changes:
- version:
- REPLACEME
pr-url: https://github.com/nodejs/node/pull/45684
description: No longer experimental.
- version: v18.0.0
pr-url: https://github.com/nodejs/node/pull/41811
description: No longer behind `--experimental-global-fetch` CLI flag.
-->

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

A browser-compatible implementation of {Response}.

Expand All @@ -842,16 +830,13 @@ added:
- v17.5.0
- v16.15.0
changes:
- version:
- REPLACEME
pr-url: https://github.com/nodejs/node/pull/45684
description: No longer experimental.
- version: v18.0.0
pr-url: https://github.com/nodejs/node/pull/41811
description: No longer behind `--experimental-global-fetch` CLI flag.
-->

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

A browser-compatible implementation of {Request}.

Expand Down Expand Up @@ -1052,6 +1037,7 @@ 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
6 changes: 1 addition & 5 deletions doc/api/webstreams.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,12 @@
<!-- YAML
added: v16.5.0
changes:
- version:
- REPLACEME
pr-url: https://github.com/nodejs/node/pull/45684
description: No longer experimental.
- version: v18.0.0
pr-url: https://github.com/nodejs/node/pull/42225
description: Use of this API no longer emit a runtime warning.
-->

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

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

Expand Down