From b9039a54af1442f0659ec5addfa988d39d9cdac2 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Sat, 29 Oct 2022 07:49:52 -0500 Subject: [PATCH] doc: add history section to `fetch`-related globals MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs: https://github.com/nodejs/node/pull/41811 PR-URL: https://github.com/nodejs/node/pull/45198 Reviewed-By: Mohammed Keyvanzadeh Reviewed-By: Juan José Arboleda Reviewed-By: Luigi Pinca --- doc/api/globals.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/doc/api/globals.md b/doc/api/globals.md index 9fba74ec0ce15a..ec42fd53ab24eb 100644 --- a/doc/api/globals.md +++ b/doc/api/globals.md @@ -463,6 +463,10 @@ This variable may appear to be global but is not. See [`exports`][]. added: - v17.5.0 - v16.15.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`][] @@ -476,6 +480,10 @@ A browser-compatible implementation of the [`fetch()`][] function. added: - v17.6.0 - v16.15.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`][] @@ -504,6 +512,10 @@ Node.js this is different. The top-level scope is not the global scope; added: - v17.5.0 - v16.15.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`][] @@ -737,6 +749,10 @@ This variable may appear to be global but is not. See [`require()`][]. added: - v17.5.0 - v16.15.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`][] @@ -750,6 +766,10 @@ A browser-compatible implementation of {Response}. added: - v17.5.0 - v16.15.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`][]