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