Skip to content

Commit 229f7f8

Browse files
RafaelGSSmarco-ippolito
authored andcommitted
doc: mention v8.setFlagsFromString to pm
PR-URL: #53731 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent fa0e8d7 commit 229f7f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/api/permissions.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,8 @@ There are constraints you need to know before using this system:
586586
* The Permission Model is initialized after the Node.js environment is set up.
587587
However, certain flags such as `--env-file` or `--openssl-config` are designed
588588
to read files before environment initialization. As a result, such flags are
589-
not subject to the rules of the Permission Model.
589+
not subject to the rules of the Permission Model. The same applies for V8
590+
flags that can be set via runtime through `v8.setFlagsFromString`.
590591
* OpenSSL engines cannot be requested at runtime when the Permission
591592
Model is enabled, affecting the built-in crypto, https, and tls modules.
592593
* Using existing file descriptors via the `node:fs` module bypasses the

0 commit comments

Comments
 (0)