@@ -6358,7 +6358,7 @@ pre code {
workerScripts: { inflate: ["/lib/single-file-z-worker.js"] }
};
try {
- const worker = new Worker(zipOptions.workerScripts);
+ const worker = new Worker(zipOptions.workerScripts.inflate[0]);
worker.terminate();
} catch (error) {
delete zipOptions.workerScripts;
@@ -0,0 +1 @@
+!function(){"use strict";void 0===globalThis.TransformStream&&(globalThis.TransformStream=class{}),void 0===globalThis.WritableStream&&(globalThis.WritableStream=class{})}();