jimmywarting / StreamSaver.js

StreamSaver writes stream to the filesystem directly asynchronous
https://jimmywarting.github.io/StreamSaver.js/example.html
MIT License
4.04k stars 418 forks source link

Firefox quantum 66.0.2(32bit) does not support WritableStream... #93

Closed kska32 closed 5 years ago

kska32 commented 5 years ago

the firefox version only support readblestream object, the writablestream not supported.

kska32 commented 5 years ago

ReferenceError: WritableStream is not defined

jimmywarting commented 5 years ago

Working on a fix...

jimmywarting commented 5 years ago

With FF you need stream-polyfill (ponyfill)

closing as it has been fixed in the master branch or as a dupe out of https://github.com/jimmywarting/StreamSaver.js/issues/88#issuecomment-482740124