jimmywarting / StreamSaver.js

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

Firefox download stops after 30 seconds #290

Closed eoc-ross closed 1 year ago

eoc-ross commented 1 year ago

Hi, I'm using estensiveliy StreamSaver to download large zip files (1Gb+). It appears to work fine with Chrome and Safari, but I'm having some issue with Firefox which always abort (mostly silently) the download after 30 second.

I also tried to throttle the download down to 1mb/sec, nothing changes: the download always stops after 30 seconds.

System info:

Anyone experiening the same issue?

eoc-ross commented 1 year ago

Turns out that was a problem with version 2.0.2 of web-stream-polyfill. Upgrading to 3.2.1 solved the issue.

davidpan123 commented 1 year ago

https://github.com/jimmywarting/StreamSaver.js/issues/292

davidpan123 commented 1 year ago

The problem persists after the upgrade to 3.2.1.

jeremyckahn commented 1 year ago

Can this issue be reopened? I'm experiencing it consistently on Firefox 110.

elliotsayes commented 1 year ago

Also experiencing problems here! Anyone had any luck with workarounds/alternatives?

jeremyckahn commented 1 year ago

It seems that https://github.com/jimmywarting/StreamSaver.js/pull/305 should fix this issue.