@mediabunny/mp3-encoder 1.34.3 → 1.34.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -301,8 +301,7 @@ var MediabunnyMp3Encoder = (() => {
|
|
|
301
301
|
try {
|
|
302
302
|
Worker3 = (await import("worker_threads")).Worker;
|
|
303
303
|
} catch {
|
|
304
|
-
|
|
305
|
-
Worker3 = __require(workerModule).Worker;
|
|
304
|
+
Worker3 = __require("worker_threads").Worker;
|
|
306
305
|
}
|
|
307
306
|
const worker = new Worker3(scriptText, { eval: true });
|
|
308
307
|
return worker;
|