Skip to content

Commit

Permalink
doc: mention addons to experimental permission
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS committed Sep 29, 2024
1 parent e49cf7a commit 80d92c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -1027,6 +1027,7 @@ following permissions are restricted:
* Child Process - manageable through [`--allow-child-process`][] flag
* Worker Threads - manageable through [`--allow-worker`][] flag
* WASI - manageable through [`--allow-wasi`][] flag
* Addons - manageable through [`--allow-addons`][] flag

### `--experimental-require-module`

Expand Down Expand Up @@ -3554,6 +3555,7 @@ node --stack-trace-limit=12 -p -e "Error.stackTraceLimit" # prints 12
[V8 Inspector integration for Node.js]: debugger.md#v8-inspector-integration-for-nodejs
[V8 JavaScript code coverage]: https://v8project.blogspot.com/2017/12/javascript-code-coverage.html
[`"type"`]: packages.md#type
[`--allow-addons`]: #--allow-addons
[`--allow-child-process`]: #--allow-child-process
[`--allow-fs-read`]: #--allow-fs-read
[`--allow-fs-write`]: #--allow-fs-write
Expand Down

0 comments on commit 80d92c0

Please sign in to comment.