We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32fa919 commit f054e63Copy full SHA for f054e63
tests/ffmpeg.test.js
@@ -6,7 +6,7 @@ const createFFmpeg = async () => {
6
const ffmpeg = new FFmpeg();
7
await ffmpeg.load({
8
coreURL: CORE_URL,
9
- thread: FFMPEG_TYPE === "mt" && crossOriginIsolated,
+ thread: FFMPEG_TYPE === "mt",
10
});
11
return ffmpeg;
12
};
0 commit comments