Closed ElChapitan closed 3 years ago
I was able to repro this on an older iPad running Safari. As it turns out the stream()
method on Blob objects was not supported until more recent versions of the browser engine. Merged #51 with a fix (added a polyfill), not released yet though.
Fix released in v0.5.1. Thanks for reporting, and please let me know if this happens again!
When using in Safari, I get this error:
Import error: e.stream is not a function. (In 'e.stream()', 'e.stream' is undefined)
Also tested in Chrome and Firefox, which appear to work.