jszip
jszip copied to clipboard
Fix 32-bit limitation when a file inside the zip is bigger than 2GB.
Fix 32-bit limitation showcased at https://github.com/Stuk/jszip/issues/777 which causes Bug : uncompressed data size mismatch when a file inside the zip is bigger than 2GB.
Can we expect some 3.7.2ff including this fix in the near future. This behaviour ist really nasty!
Thanks in advance
Jochen
In the meantime, people needing this can switch to @cantoo/jszip that is aligned with the version 3.10.1 and includes that fix. We will try to maintain it our best until this is merged.
Hi, can this PR get approved and merged? It appears to be a minimalist fix for a critical issue. In the meantime my team will be using @cantoo/jszip.