Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
doc: add history section to fetch-related globals
Refs: #41811
PR-URL: #45198
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
aduh95 authored and danielleadams committed Jan 3, 2023
1 parent fe91ac1 commit 248de57
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions doc/api/globals.md
Expand Up @@ -435,6 +435,10 @@ This variable may appear to be global but is not. See [`exports`][].

<!-- YAML
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.
-->

> Stability: 1 - Experimental. Disable this API with the [`--no-experimental-fetch`][]
Expand All @@ -446,6 +450,10 @@ A browser-compatible implementation of the [`fetch()`][] function.

<!-- YAML
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.
-->

> Stability: 1 - Experimental. Disable this API with the [`--no-experimental-fetch`][]
Expand All @@ -472,6 +480,10 @@ Node.js this is different. The top-level scope is not the global scope;

<!-- YAML
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.
-->

> Stability: 1 - Experimental. Disable this API with the [`--no-experimental-fetch`][]
Expand Down Expand Up @@ -641,6 +653,10 @@ This variable may appear to be global but is not. See [`require()`][].

<!-- YAML
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.
-->

> Stability: 1 - Experimental. Disable this API with the [`--no-experimental-fetch`][]
Expand All @@ -652,6 +668,10 @@ A browser-compatible implementation of {Response}.

<!-- YAML
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.
-->

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

0 comments on commit 248de57

Please sign in to comment.