jimmywarting / StreamSaver.js

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

Gets stuck when writing anything into the stream #302

Open soshimee opened 1 year ago

soshimee commented 1 year ago

I get any ReadableStream and use StreamSaver to get a writable stream and write to it using pipeTo. It gets stuck and does nothing, the promise never resolves nor rejects.

soshimee commented 1 year ago

I found a more specific reason as to why this happens. For some reason, the GET request to mitm.html gets "canceled". Is there anything that could cause this? It sometimes DOES work in random occasions.