We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa0e8d7 commit 229f7f8Copy full SHA for 229f7f8
1 file changed
doc/api/permissions.md
@@ -586,7 +586,8 @@ There are constraints you need to know before using this system:
586
* The Permission Model is initialized after the Node.js environment is set up.
587
However, certain flags such as `--env-file` or `--openssl-config` are designed
588
to read files before environment initialization. As a result, such flags are
589
- not subject to the rules of the Permission Model.
+ 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`.
591
* OpenSSL engines cannot be requested at runtime when the Permission
592
Model is enabled, affecting the built-in crypto, https, and tls modules.
593
* Using existing file descriptors via the `node:fs` module bypasses the
0 commit comments