ffmpegwasm / ffmpegwasm/ffmpeg.wasm
Support for Running in Workers without `document` Object
オープン
- 主要言語
- C
- スター
- 17.8k
- フォーク
- 1.1k
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
At the moment, FFmpeg.wasm cannot be run on a Service Worker since Service Worker does not have access to `document`.
One reason this does not work is due to the usage of `resolve-url` which fails if the `document` object is not available.
One would also have to change the way the script is injected by using `importScripts` over `document.createElement('script')` if `document` is not available.
コントリビューションガイド
評価
この issue はまだ評価されていません。