Gildas преди 2 години
родител
ревизия
3fcc17cbf5
променени са 4 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 0 0
      lib/single-file-extension-background.js
  2. 0 0
      lib/single-file-extension-core.js
  3. 1 1
      lib/single-file-extension-editor.js
  4. 1 0
      lib/web-stream.js

Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
lib/single-file-extension-background.js


Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
lib/single-file-extension-core.js


+ 1 - 1
lib/single-file-extension-editor.js

@@ -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;

+ 1 - 0
lib/web-stream.js

@@ -0,0 +1 @@
+!function(){"use strict";void 0===globalThis.TransformStream&&(globalThis.TransformStream=class{}),void 0===globalThis.WritableStream&&(globalThis.WritableStream=class{})}();

Някои файлове не бяха показани, защото твърде много файлове са промени