Skip to content

Commit

Permalink
doc: fix historical experimental fetch flag
Browse files Browse the repository at this point in the history
PR-URL: #51506
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
kenrick95 authored and richardlau committed Mar 19, 2024
1 parent d9ea6c1 commit f232064
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/api/globals.md
Expand Up @@ -450,7 +450,7 @@ added: v17.5.0
changes:
- version: v18.0.0
pr-url: https://github.com/nodejs/node/pull/41811
description: No longer behind `--experimental-global-fetch` CLI flag.
description: No longer behind `--experimental-fetch` CLI flag.
-->

> Stability: 1 - Experimental. Disable this API with the [`--no-experimental-fetch`][]
Expand All @@ -465,7 +465,7 @@ added: v17.6.0
changes:
- version: v18.0.0
pr-url: https://github.com/nodejs/node/pull/41811
description: No longer behind `--experimental-global-fetch` CLI flag.
description: No longer behind `--experimental-fetch` CLI flag.
-->

> Stability: 1 - Experimental. Disable this API with the [`--no-experimental-fetch`][]
Expand Down Expand Up @@ -499,7 +499,7 @@ added: v17.5.0
changes:
- version: v18.0.0
pr-url: https://github.com/nodejs/node/pull/41811
description: No longer behind `--experimental-global-fetch` CLI flag.
description: No longer behind `--experimental-fetch` CLI flag.
-->

> Stability: 1 - Experimental. Disable this API with the [`--no-experimental-fetch`][]
Expand Down Expand Up @@ -672,7 +672,7 @@ added: v17.5.0
changes:
- version: v18.0.0
pr-url: https://github.com/nodejs/node/pull/41811
description: No longer behind `--experimental-global-fetch` CLI flag.
description: No longer behind `--experimental-fetch` CLI flag.
-->

> Stability: 1 - Experimental. Disable this API with the [`--no-experimental-fetch`][]
Expand All @@ -687,7 +687,7 @@ added: v17.5.0
changes:
- version: v18.0.0
pr-url: https://github.com/nodejs/node/pull/41811
description: No longer behind `--experimental-global-fetch` CLI flag.
description: No longer behind `--experimental-fetch` CLI flag.
-->

> Stability: 1 - Experimental. Disable this API with the [`--no-experimental-fetch`][]
Expand Down

0 comments on commit f232064

Please sign in to comment.