Skip to content

Commit fe75bbb

Browse files
committed
Update usage for WORKERFS and signal
1 parent c39143b commit fe75bbb

File tree

1 file changed

+20
-0
lines changed
  • apps/website/docs/getting-started

1 file changed

+20
-0
lines changed

apps/website/docs/getting-started/usage.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,3 +420,23 @@ function() {
420420
);
421421
}
422422
```
423+
424+
## Use WORKERFS
425+
426+
:::note
427+
Required:
428+
- @ffmpeg/ffmpeg@0.12.7+
429+
- @ffmpeg/core@0.12.4+
430+
:::
431+
432+
Please Check this PR: [Add WORKERFS support](https://github.com/ffmpegwasm/ffmpeg.wasm/pull/581)
433+
434+
## Abort exec() with signal
435+
436+
:::note
437+
Required:
438+
- @ffmpeg/ffmpeg@0.12.7+
439+
- @ffmpeg/core@0.12.4+
440+
:::
441+
442+
Please check this PR: [abort signal](https://github.com/ffmpegwasm/ffmpeg.wasm/pull/573)

0 commit comments

Comments
 (0)