Skip to content

Commit

Permalink
docs: remove unnecessary thread param (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
alsotang authored Aug 17, 2023
1 parent afd04d9 commit d9710f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion apps/website/docs/getting-started/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ function() {
`${baseURL}/ffmpeg-core.worker.js`,
"text/javascript",
),
thread: true,
});
setLoaded(true);
}
Expand Down
2 changes: 1 addition & 1 deletion packages/ffmpeg/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`;
*/
Expand Down

0 comments on commit d9710f7

Please sign in to comment.