| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ec5b594 commit 53e2e8c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -186,7 +186,8 @@ function setupFetch() { | |||
| 186 | 186 | // TODO(aduh95): move this to internal/bootstrap/browser when the CLI flag is | |
| 187 | 187 | // removed. | |
| 188 | 188 | function setupWebCrypto() { | |
| 189 | - if (!getOptionValue('--experimental-global-webcrypto')) { | ||
| 189 | + if (process.config.variables.node_no_browser_globals || | ||
| 190 | + !getOptionValue('--experimental-global-webcrypto')) { | ||
| 190 | 191 | return; | |
| 191 | 192 | } | |
| 192 | 193 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments