| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent fdf9681 commit b80e006
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -469,6 +469,8 @@ added: v0.1.27 | |||
| 469 | 469 | ||
| 470 | 470 | <!-- type=global --> | |
| 471 | 471 | ||
| 472 | + > Stability: 3 - Legacy. Use [`globalThis`][] instead. | ||
| 473 | + | ||
| 472 | 474 | * {Object} The global namespace object. | |
| 473 | 475 | ||
| 474 | 476 | In browsers, the top-level scope is the global scope. This means that | |
@@ -908,6 +910,7 @@ A browser-compatible implementation of [`WritableStreamDefaultWriter`][]. | |||
| 908 | 910 | [`console`]: console.md | |
| 909 | 911 | [`exports`]: modules.md#exports | |
| 910 | 912 | [`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 | ||
| 911 | 914 | [`module`]: modules.md#module | |
| 912 | 915 | [`perf_hooks.performance`]: perf_hooks.md#perf_hooksperformance | |
| 913 | 916 | [`process.nextTick()`]: process.md#processnexttickcallback-args | |
| Back | FazBrowse Home | New Git URL |
0 commit comments