thenickdude / webm-writer-js

JavaScript-based WebM video encoder for Google Chrome
275 stars 43 forks source link

cancel() #2

Closed nuthinking closed 5 years ago

nuthinking commented 6 years ago

Is there a better way to cancel the recording than using the .complete Promise ignoring the outcome?

thenickdude commented 5 years ago

I think you can just clear any references to the class, it should get freed by the garbage collector. If you find that it never gets collected, let me know.