| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -586,7 +586,8 @@ There are constraints you need to know before using this system: | |||
| 586 | 586 | * The Permission Model is initialized after the Node.js environment is set up. | |
| 587 | 587 | However, certain flags such as `--env-file` or `--openssl-config` are designed | |
| 588 | 588 | 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`. | ||
| 590 | 591 | * OpenSSL engines cannot be requested at runtime when the Permission | |
| 591 | 592 | Model is enabled, affecting the built-in crypto, https, and tls modules. | |
| 592 | 593 | * Using existing file descriptors via the `node:fs` module bypasses the | |
| Back | FazBrowse Home | New Git URL |
0 commit comments