ffmpegwasm / ffmpeg.wasm

FFmpeg for browser, powered by WebAssembly
https://ffmpegwasm.netlify.app
MIT License
13.63k stars 787 forks source link

Fixed not being able to unsubscribe events #556

Closed matvp91 closed 11 months ago

matvp91 commented 11 months ago

Array.prototype.filter creates a new array but it was never assigned thus events were never unsubscribed.

netlify[bot] commented 11 months ago

Deploy Preview for ffmpegwasm canceled.

Name Link
Latest commit 40d44a09774c5f9c88caa704b29ae0156716c345
Latest deploy log https://app.netlify.com/sites/ffmpegwasm/deploys/64df40e0ba3524000758eb93
jeromewu commented 11 months ago

This is a good one, thanks for the PR!