zip js compression issue #582
Replies: 3 comments
-
I would suggest you file an issue in the chrome bug tracker if it does not already exist. Maybe it's a feature, though... Out of curiosity, does it work better with zip manager in chrome? https://gildas-lormeau.github.io/zip-manager/ |
Beta Was this translation helpful? Give feedback.
-
https://gildas-lormeau.github.io/zip-manager/ works fine in chrome, but in incognito windows fails for more than 1gb of files |
Beta Was this translation helpful? Give feedback.
-
This demo uses the File API Access API under the hood in Chrome, see https://developer.chrome.com/docs/capabilities/web-apis/file-system-access which is not really limited. As a result, I think it's not a bug but a feature of Incognito mode, which is quite logical, given the interest of said mode. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,
we are using "@zip.js/zip.js": "^2.7.61", we are trying compression upto 8gb of file, works fine in chrome/mozilla, but failed in chrome incoginto window/firefox private window
chrome error: Cannot close a ERRORED writable stream
firefox error: getting error as Uncaught (in promise) DOMException: The operation was aborted.
even i have https://gildas-lormeau.github.io/zip.js/demos/demo-create-file.html demo inchrome incoginto window/firefox private window, this page alsi fails, if try to upload more than 1gb of files
could you please suggest on this.
Beta Was this translation helpful? Give feedback.
All reactions