| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5a1a0b5 commit 2c3c4e5
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,6 +5,10 @@ | |||
| 5 | 5 | These objects are available in all modules. Some of these objects aren't | |
| 6 | 6 | actually in the global scope but in the module scope - this will be noted. | |
| 7 | 7 | ||
| 8 | + The objects listed here are specific to Node.js. There are a number of | ||
| 9 | + [built-in objects][] that are part of the JavaScript language itself, which are | ||
| 10 | + also globally accessible. | ||
| 11 | + | ||
| 8 | 12 | ## Class: Buffer | |
| 9 | 13 | ||
| 10 | 14 | <!-- type=global --> | |
@@ -209,3 +213,4 @@ but rather than loading the module, just return the resolved filename. | |||
| 209 | 213 | [`setImmediate`]: timers.html#timers_setimmediate_callback_arg | |
| 210 | 214 | [`setInterval`]: timers.html#timers_setinterval_callback_delay_arg | |
| 211 | 215 | [`setTimeout`]: timers.html#timers_settimeout_callback_delay_arg | |
| 216 | + [built-in objects]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments