From 248de572788ceb2a868070536e9262cd5c4c9b03 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 1669083176f41e..e8c8a8020ed225 100644 --- a/doc/api/globals.md +++ b/doc/api/globals.md @@ -435,6 +435,10 @@ This variable may appear to be global but is not. See [`exports`][]. > Stability: 1 - Experimental. Disable this API with the [`--no-experimental-fetch`][] @@ -446,6 +450,10 @@ A browser-compatible implementation of the [`fetch()`][] function. > Stability: 1 - Experimental. Disable this API with the [`--no-experimental-fetch`][] @@ -472,6 +480,10 @@ Node.js this is different. The top-level scope is not the global scope; > Stability: 1 - Experimental. Disable this API with the [`--no-experimental-fetch`][] @@ -641,6 +653,10 @@ This variable may appear to be global but is not. See [`require()`][]. > Stability: 1 - Experimental. Disable this API with the [`--no-experimental-fetch`][] @@ -652,6 +668,10 @@ A browser-compatible implementation of {Response}. > Stability: 1 - Experimental. Disable this API with the [`--no-experimental-fetch`][]