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.
no_browser_globals
true
1 parent 26f9a91 commit fdab137Copy full SHA for fdab137
lib/internal/bootstrap/pre_execution.js
@@ -168,7 +168,8 @@ function setupFetch() {
168
// TODO(aduh95): move this to internal/bootstrap/browser when the CLI flag is
169
// removed.
170
function setupWebCrypto() {
171
- if (!getOptionValue('--experimental-global-webcrypto')) {
+ if (process.config.variables.node_no_browser_globals ||
172
+ !getOptionValue('--experimental-global-webcrypto')) {
173
return;
174
}
175
0 commit comments