levskaya / polyhedronisme

A tool to construct and explore polyhedra.
http://levskaya.github.io/polyhedronisme/
MIT License
196 stars 29 forks source link

download failed - network error (output too big?) #15

Closed NNNenov closed 5 years ago

NNNenov commented 6 years ago

Hello, I was just about to say that there's an issue downloading larger objects, but I think its a browser issue, I tried using Firefox and the download worked fine, seems to be a problem with Chrome.

I'm having so much fun playing around with this, thank you.

levskaya commented 5 years ago

Glad you liked it - Sorry to take so long to respond. I've tried reproducing the issue on current chrome but even giant models seem to work fine now.

welcroft commented 2 years ago

I've been trying to download project of 2,4Gb and it stops at last to 824Mb if not before. Tried it on 3 different browsers so far with no difference. some limit on size?

levskaya commented 2 years ago

Yeah most browsers set a safety limit for the Blob / Filesaver APIs. There's not a quick fix for this. We'd have to rewrite the code to use https://github.com/jimmywarting/StreamSaver.js or wait until https://wicg.github.io/file-system-access/ is supported by browsers.