| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 519dc8a commit a62f69e
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,9 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | 5 | <!-- type=misc --> | |
| 6 | 6 | ||
| 7 | - These objects are available in all modules. The following variables may appear | ||
| 8 | - to be global but are not. They exist only in the scope of modules, see the | ||
| 9 | - [module system documentation][]: | ||
| 7 | + These objects are available in all modules. | ||
| 8 | + | ||
| 9 | + The following variables may appear to be global but are not. They exist only in | ||
| 10 | + the scope of [CommonJS modules][]: | ||
| 10 | 11 | ||
| 11 | 12 | * [`__dirname`][] | |
| 12 | 13 | * [`__filename`][] | |
@@ -1133,6 +1134,7 @@ added: v18.0.0 | |||
| 1133 | 1134 | A browser-compatible implementation of [`WritableStreamDefaultWriter`][]. | |
| 1134 | 1135 | ||
| 1135 | 1136 | [CommonJS module]: modules.md | |
| 1137 | + [CommonJS modules]: modules.md | ||
| 1136 | 1138 | [ECMAScript module]: esm.md | |
| 1137 | 1139 | [Navigator API]: https://html.spec.whatwg.org/multipage/system-state.html#the-navigator-object | |
| 1138 | 1140 | [RFC 5646]: https://www.rfc-editor.org/rfc/rfc5646.txt | |
@@ -1200,7 +1202,6 @@ A browser-compatible implementation of [`WritableStreamDefaultWriter`][]. | |||
| 1200 | 1202 | [`window.navigator`]: https://developer.mozilla.org/en-US/docs/Web/API/Window/navigator | |
| 1201 | 1203 | [buffer section]: buffer.md | |
| 1202 | 1204 | [built-in objects]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects | |
| 1203 | - [module system documentation]: modules.md | ||
| 1204 | 1205 | [timers]: timers.md | |
| 1205 | 1206 | [webassembly-mdn]: https://developer.mozilla.org/en-US/docs/WebAssembly | |
| 1206 | 1207 | [webassembly-org]: https://webassembly.org | |
| Back | FazBrowse Home | New Git URL |
0 commit comments