Skip to content

Commit

Permalink
doc: mention native addons are restricted in pm
Browse files Browse the repository at this point in the history
PR-URL: #51185
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
  • Loading branch information
RafaelGSS authored and richardlau committed Mar 25, 2024
1 parent 6705b48 commit 256db6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/permissions.md
Expand Up @@ -482,7 +482,7 @@ flag.

When starting Node.js with `--experimental-permission`,
the ability to access the file system through the `fs` module, spawn processes,
use `node:worker_threads` and enable the runtime inspector
use `node:worker_threads`, native addons, and enable the runtime inspector
will be restricted.

```console
Expand Down

0 comments on commit 256db6e

Please sign in to comment.