Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit229f7f8

Browse files
RafaelGSSmarco-ippolito
authored andcommitted
doc: mention v8.setFlagsFromString to pm
PR-URL:#53731Reviewed-By: James M Snell <jasnell@gmail.com>Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parentfa0e8d7 commit229f7f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎doc/api/permissions.md

Lines changed: 2 additions & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp