| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7c9ceab commit 286ea4e
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1048,6 +1048,7 @@ following permissions are restricted: | |||
| 1048 | 1048 | * Child Process - manageable through [`--allow-child-process`][] flag | |
| 1049 | 1049 | * Worker Threads - manageable through [`--allow-worker`][] flag | |
| 1050 | 1050 | * WASI - manageable through [`--allow-wasi`][] flag | |
| 1051 | + * Addons - manageable through [`--allow-addons`][] flag | ||
| 1051 | 1052 | ||
| 1052 | 1053 | ### `--experimental-require-module` | |
| 1053 | 1054 | ||
@@ -3612,6 +3613,7 @@ node --stack-trace-limit=12 -p -e "Error.stackTraceLimit" # prints 12 | |||
| 3612 | 3613 | [V8 JavaScript code coverage]: https://v8project.blogspot.com/2017/12/javascript-code-coverage.html | |
| 3613 | 3614 | [Web Crypto API]: webcrypto.md | |
| 3614 | 3615 | [`"type"`]: packages.md#type | |
| 3616 | + [`--allow-addons`]: #--allow-addons | ||
| 3615 | 3617 | [`--allow-child-process`]: #--allow-child-process | |
| 3616 | 3618 | [`--allow-fs-read`]: #--allow-fs-read | |
| 3617 | 3619 | [`--allow-fs-write`]: #--allow-fs-write | |
| Back | FazBrowse Home | New Git URL |
0 commit comments