docs: remove unnecessary thread
param (#554)
This commit is contained in:
parent
afd04d914e
commit
d9710f7a5e
@ -107,7 +107,6 @@ function() {
|
||||
`${baseURL}/ffmpeg-core.worker.js`,
|
||||
"text/javascript",
|
||||
),
|
||||
thread: true,
|
||||
});
|
||||
setLoaded(true);
|
||||
}
|
||||
|
@ -17,7 +17,7 @@ export interface FFMessageLoadConfig {
|
||||
*/
|
||||
wasmURL?: string;
|
||||
/**
|
||||
* `ffmpeg-core.worker.js` URL, only being loaded when `thread` is `true`.
|
||||
* `ffmpeg-core.worker.js` URL.
|
||||
*
|
||||
* @defaultValue `https://unpkg.com/@ffmpeg/core-mt@${CORE_VERSION}/dist/umd/ffmpeg-core.worker.js`;
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user