-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Large zip file breaks with loadAsync #912
Comments
I tried to isolate this by creating a test with the same file in a Node script and got instead the following error:
(Could always be two different issues though.) Test script (zero points for elegance, it's multiple levels of Claude-generated code and editing while debugging and is more complicated than it needs to be...):
|
Tested on Chrome/Edge/Safari.
Error is :
DOMException: The requested file could not be read, typically due to permission problems that have occurred after a reference to a file was acquired.
Same file works with zip.js for example, and it used to work with jszip until few days ago. File size is around 3GB. Tested on smaller (100mb) zip files and for those it still works normally.
Any clues?
The text was updated successfully, but these errors were encountered: