Skip to content

Commit a095199

Browse files
RafaelGSStpoisseau
authored andcommitted
doc: mention addons to experimental permission
PR-URL: nodejs#55166 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent bd2475a commit a095199

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/api/cli.md

+2
Original file line numberDiff line numberDiff line change
@@ -1058,6 +1058,7 @@ following permissions are restricted:
10581058
* Child Process - manageable through [`--allow-child-process`][] flag
10591059
* Worker Threads - manageable through [`--allow-worker`][] flag
10601060
* WASI - manageable through [`--allow-wasi`][] flag
1061+
* Addons - manageable through [`--allow-addons`][] flag
10611062

10621063
### `--experimental-require-module`
10631064

@@ -3596,6 +3597,7 @@ node --stack-trace-limit=12 -p -e "Error.stackTraceLimit" # prints 12
35963597
[V8 Inspector integration for Node.js]: debugger.md#v8-inspector-integration-for-nodejs
35973598
[V8 JavaScript code coverage]: https://v8project.blogspot.com/2017/12/javascript-code-coverage.html
35983599
[`"type"`]: packages.md#type
3600+
[`--allow-addons`]: #--allow-addons
35993601
[`--allow-child-process`]: #--allow-child-process
36003602
[`--allow-fs-read`]: #--allow-fs-read
36013603
[`--allow-fs-write`]: #--allow-fs-write

0 commit comments

Comments
 (0)