Skip to content

Commit 0f0df86

Browse files
committed
doc: change fetch from experimental to stable
1 parent 1bbd14e commit 0f0df86

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

doc/api/cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ Use the specified file as a security policy.
391391
added: v18.0.0
392392
-->
393393

394-
Disable experimental support for the [Fetch API][].
394+
Disable the [Fetch API][] global.
395395

396396
### `--no-experimental-global-webcrypto`
397397

doc/api/globals.md

+5-10
Original file line numberDiff line numberDiff line change
@@ -469,8 +469,7 @@ changes:
469469
description: No longer behind `--experimental-global-fetch` CLI flag.
470470
-->
471471

472-
> Stability: 1 - Experimental. Disable this API with the [`--no-experimental-fetch`][]
473-
> CLI flag.
472+
> Stability: 2 - Stable
474473
475474
A browser-compatible implementation of the [`fetch()`][] function.
476475

@@ -486,8 +485,7 @@ changes:
486485
description: No longer behind `--experimental-global-fetch` CLI flag.
487486
-->
488487

489-
> Stability: 1 - Experimental. Disable this API with the [`--no-experimental-fetch`][]
490-
> CLI flag.
488+
> Stability: 2 - Stable
491489
492490
A browser-compatible implementation of {FormData}.
493491

@@ -518,8 +516,7 @@ changes:
518516
description: No longer behind `--experimental-global-fetch` CLI flag.
519517
-->
520518

521-
> Stability: 1 - Experimental. Disable this API with the [`--no-experimental-fetch`][]
522-
> CLI flag.
519+
> Stability: 2 - Stable
523520
524521
A browser-compatible implementation of {Headers}.
525522

@@ -755,8 +752,7 @@ changes:
755752
description: No longer behind `--experimental-global-fetch` CLI flag.
756753
-->
757754

758-
> Stability: 1 - Experimental. Disable this API with the [`--no-experimental-fetch`][]
759-
> CLI flag.
755+
> Stability: 2 - Stable
760756
761757
A browser-compatible implementation of {Response}.
762758

@@ -772,8 +768,7 @@ changes:
772768
description: No longer behind `--experimental-global-fetch` CLI flag.
773769
-->
774770

775-
> Stability: 1 - Experimental. Disable this API with the [`--no-experimental-fetch`][]
776-
> CLI flag.
771+
> Stability: 2 - Stable
777772
778773
A browser-compatible implementation of {Request}.
779774

0 commit comments

Comments
 (0)