From 7f695f5f51d9ae6fd23a2779cefea38b3b74fcd2 Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Thu, 4 Jul 2024 15:52:22 -0300 Subject: [PATCH] doc: mention v8.setFlagsFromString to pm --- doc/api/permissions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/api/permissions.md b/doc/api/permissions.md index ceecd39ae66043..d41c94d74f676d 100644 --- a/doc/api/permissions.md +++ b/doc/api/permissions.md @@ -586,7 +586,8 @@ There are constraints you need to know before using this system: * The Permission Model is initialized after the Node.js environment is set up. However, certain flags such as `--env-file` or `--openssl-config` are designed to read files before environment initialization. As a result, such flags are - not subject to the rules of the Permission Model. + not subject to the rules of the Permission Model. The same applies for V8 + flags that can be set via runtime through `v8.setFlagsFromString`. * OpenSSL engines cannot be requested at runtime when the Permission Model is enabled, affecting the built-in crypto, https, and tls modules. * Using existing file descriptors via the `node:fs` module bypasses the