diff --git a/doc/api/globals.md b/doc/api/globals.md index 59bfd66e00c27f..c2b6af4a0201d3 100644 --- a/doc/api/globals.md +++ b/doc/api/globals.md @@ -469,6 +469,8 @@ added: v0.1.27 +> Stability: 3 - Legacy. Use [`globalThis`][] instead. + * {Object} The global namespace object. In browsers, the top-level scope is the global scope. This means that @@ -908,6 +910,7 @@ A browser-compatible implementation of [`WritableStreamDefaultWriter`][]. [`console`]: console.md [`exports`]: modules.md#exports [`fetch()`]: https://developer.mozilla.org/en-US/docs/Web/API/fetch +[`globalThis`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis [`module`]: modules.md#module [`perf_hooks.performance`]: perf_hooks.md#perf_hooksperformance [`process.nextTick()`]: process.md#processnexttickcallback-args