Skip to content

Commit dec1099

Browse files
authored
doc: mention addons to experimental permission
PR-URL: #55166 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
1 parent cebf21d commit dec1099

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)