Skip to content

Commit d08e4c2

Browse files
RafaelGSSmarco-ippolito
authored andcommitted
doc: mention addons to experimental permission
PR-URL: #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 d65c245 commit d08e4c2

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
@@ -1003,6 +1003,7 @@ following permissions are restricted:
10031003
* Child Process - manageable through [`--allow-child-process`][] flag
10041004
* Worker Threads - manageable through [`--allow-worker`][] flag
10051005
* WASI - manageable through [`--allow-wasi`][] flag
1006+
* Addons - manageable through [`--allow-addons`][] flag
10061007

10071008
### `--experimental-policy`
10081009

@@ -3303,6 +3304,7 @@ node --stack-trace-limit=12 -p -e "Error.stackTraceLimit" # prints 12
33033304
[V8 JavaScript code coverage]: https://v8project.blogspot.com/2017/12/javascript-code-coverage.html
33043305
[Web Crypto API]: webcrypto.md
33053306
[`"type"`]: packages.md#type
3307+
[`--allow-addons`]: #--allow-addons
33063308
[`--allow-child-process`]: #--allow-child-process
33073309
[`--allow-fs-read`]: #--allow-fs-read
33083310
[`--allow-fs-write`]: #--allow-fs-write

0 commit comments

Comments
 (0)