File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -509,6 +509,8 @@ added: v0.1.27
509509
510510<!-- type=global -->
511511
512+ > Stability: 3 - Legacy. Use [ ` globalThis ` ] [ ] instead.
513+
512514* {Object} The global namespace object.
513515
514516In browsers, the top-level scope is the global scope. This means that
@@ -1028,6 +1030,7 @@ A browser-compatible implementation of [`WritableStreamDefaultWriter`][].
10281030[ `console` ] : console.md
10291031[ `exports` ] : modules.md#exports
10301032[ `fetch()` ] : https://developer.mozilla.org/en-US/docs/Web/API/fetch
1033+ [ `globalThis` ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis
10311034[ `module` ] : modules.md#module
10321035[ `perf_hooks.performance` ] : perf_hooks.md#perf_hooksperformance
10331036[ `process.nextTick()` ] : process.md#processnexttickcallback-args
You can’t perform that action at this time.
0 commit comments