| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -397,7 +397,7 @@ class WPTRunner { | |||
| 397 | 397 | 'CompressionStream', 'DecompressionStream', | |
| 398 | 398 | ]; | |
| 399 | 399 | if (Boolean(process.versions.openssl) && !process.env.NODE_SKIP_CRYPTO) { | |
| 400 | - lazyProperties.push('crypto'); | ||
| 400 | + lazyProperties.push('crypto', 'Crypto', 'CryptoKey', 'SubtleCrypto'); | ||
| 401 | 401 | } | |
| 402 | 402 | const script = lazyProperties.map((name) => `globalThis.${name};`).join('\n'); | |
| 403 | 403 | this.globalThisInitScripts.push(script); | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21,7 +21,6 @@ | |||
| 21 | 21 | "idlharness.https.any.js": { | |
| 22 | 22 | "fail": { | |
| 23 | 23 | "expected": [ | |
| 24 | - "Crypto interface: existence and properties of interface object", | ||
| 25 | 24 | "CryptoKey interface: existence and properties of interface object", | |
| 26 | 25 | "Window interface: attribute crypto" | |
| 27 | 26 | ] | |
| Back | FazBrowse Home | New Git URL |
0 commit comments