Touffy / client-zip

A client-side streaming ZIP generator
MIT License
342 stars 22 forks source link

implement Zip64 #15

Closed Touffy closed 3 years ago

Touffy commented 3 years ago

Closes #14

Warning: use streaming ! (see the demo with the ServiceWorker). Attempting to store a whole ZIP larger than 500MB in a Blob could crash the page before it's done (also, streaming will let you see the download progress instead of waiting blindly).