| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9a4a7b7 commit d53e6cf
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -387,7 +387,7 @@ described in greater detail elsewhere in this documentation. | |||
| 387 | 387 | The built-in modules are defined within the Node.js source and are located in the | |
| 388 | 388 | `lib/` folder. | |
| 389 | 389 | ||
| 390 | - built-in modules can be identified using the `node:` prefix, in which case | ||
| 390 | + Built-in modules can be identified using the `node:` prefix, in which case | ||
| 391 | 391 | it bypasses the `require` cache. For instance, `require('node:http')` will | |
| 392 | 392 | always return the built in HTTP module, even if there is `require.cache` entry | |
| 393 | 393 | by that name. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments