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 @@ -469,6 +469,8 @@ added: v0.1.27
469469
470470<!-- type=global -->
471471
472+ > Stability: 3 - Legacy. Use [ ` globalThis ` ] [ ] instead.
473+
472474* {Object} The global namespace object.
473475
474476In browsers, the top-level scope is the global scope. This means that
@@ -908,6 +910,7 @@ A browser-compatible implementation of [`WritableStreamDefaultWriter`][].
908910[ `console` ] : console.md
909911[ `exports` ] : modules.md#exports
910912[ `fetch()` ] : https://developer.mozilla.org/en-US/docs/Web/API/fetch
913+ [ `globalThis` ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis
911914[ `module` ] : modules.md#module
912915[ `perf_hooks.performance` ] : perf_hooks.md#perf_hooksperformance
913916[ `process.nextTick()` ] : process.md#processnexttickcallback-args
You can’t perform that action at this time.
0 commit comments