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.
1 parent 37bf647 commit c49c4f0Copy full SHA for c49c4f0
1 file changed
index.htm
@@ -6048,6 +6048,7 @@
6048
FAQ: This code probably isn't government material. No, there are no backdoors.
6049
GLOSS: BWTC: Burrows-Wheeler Transform Compressor. 32K: Base32768. Key: encrypted
6050
-->
6051
+
6052
</head>
6053
6054
<body>
@@ -6127,7 +6128,7 @@ <h3>Decoding:</h3>
6127
6128
WINDOW = false;
6129
}
6130
var WEB_WORKER = !WINDOW && typeof self === 'object';
- var NODE_JS = !root.JS_SHA256_NO_NODE_JS && typeof process === 'object' && process.versions && process.versions.node;
6131
+ var NODE_JS = !root.JS_SHA256_NO_NODE_JS && typeof process === 'object' && process.versions && process.versions.node && process.type != 'renderer';
6132
if (NODE_JS) {
6133
root = global;
6134
} else if (WEB_WORKER) {
0 commit comments