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 ff9c27e commit 13d84f1Copy full SHA for 13d84f1
src/browser/getCreateFFmpegCore.js
@@ -39,10 +39,10 @@ if (typeof WorkerGlobalScope !== 'undefined' && self instanceof WorkerGlobalScop
39
);
40
if (typeof createFFmpegCore === 'undefined') {
41
return new Promise((resolve) => {
42
+ globalThis.importScripts(corePath);
43
44
throw Error(CREATE_FFMPEG_CORE_IS_NOT_DEFINED(coreRemotePath));
45
}
- importScripts(corePath);
46
log('info', 'ffmpeg-core.js script loaded');
47
resolve({
48
createFFmpegCore,
0 commit comments