| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a0b4f7a commit 4035ca1
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -52,6 +52,27 @@ if (process.config.variables.v8_enable_inspector !== 1) { | |||
| 52 | 52 | if (!hasTracing) { | |
| 53 | 53 | cannotUseCache.push('trace_events'); | |
| 54 | 54 | } | |
| 55 | + if (!process.versions.openssl) { | ||
| 56 | + cannotUseCache.push('crypto'); | ||
| 57 | + cannotUseCache.push('https'); | ||
| 58 | + cannotUseCache.push('http2'); | ||
| 59 | + cannotUseCache.push('tls'); | ||
| 60 | + cannotUseCache.push('_tls_common'); | ||
| 61 | + cannotUseCache.push('_tls_wrap'); | ||
| 62 | + cannotUseCache.push('internal/crypto/certificate'); | ||
| 63 | + cannotUseCache.push('internal/crypto/cipher'); | ||
| 64 | + cannotUseCache.push('internal/crypto/diffiehellman'); | ||
| 65 | + cannotUseCache.push('internal/crypto/hash'); | ||
| 66 | + cannotUseCache.push('internal/crypto/keygen'); | ||
| 67 | + cannotUseCache.push('internal/crypto/pbkdf2'); | ||
| 68 | + cannotUseCache.push('internal/crypto/random'); | ||
| 69 | + cannotUseCache.push('internal/crypto/scrypt'); | ||
| 70 | + cannotUseCache.push('internal/crypto/sig'); | ||
| 71 | + cannotUseCache.push('internal/crypto/util'); | ||
| 72 | + cannotUseCache.push('internal/http2/core'); | ||
| 73 | + cannotUseCache.push('internal/http2/compat'); | ||
| 74 | + cannotUseCache.push('internal/streams/lazy_transform'); | ||
| 75 | + } | ||
| 55 | 76 | ||
| 56 | 77 | module.exports = { | |
| 57 | 78 | cachableBuiltins: Object.keys(NativeModule._source).filter( | |
| Back | FazBrowse Home | New Git URL |
0 commit comments