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.
thread
1 parent afd04d9 commit d9710f7Copy full SHA for d9710f7
apps/website/docs/getting-started/usage.md
@@ -107,7 +107,6 @@ function() {
107
`${baseURL}/ffmpeg-core.worker.js`,
108
"text/javascript",
109
),
110
- thread: true,
111
});
112
setLoaded(true);
113
}
packages/ffmpeg/src/types.ts
@@ -17,7 +17,7 @@ export interface FFMessageLoadConfig {
17
*/
18
wasmURL?: string;
19
/**
20
- * `ffmpeg-core.worker.js` URL, only being loaded when `thread` is `true`.
+ * `ffmpeg-core.worker.js` URL.
21
*
22
* @defaultValue `https://unpkg.com/@ffmpeg/core-mt@${CORE_VERSION}/dist/umd/ffmpeg-core.worker.js`;
23
0 commit comments