You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are emulating FileWriter streams on Cordova, which I think is a compromise based on what we could achieve with the API. The solution might be to find a Cordova zip plugin and handle it that way, it means forking the code, but we already had to do that for emulation.
Attempt to implement unzipping within a stream.
Another approach might be to use a web worker if it's actually hanging and not crashing.
Related: Move to zip.js from JSZip? Or implement JSZip within webworker?
The text was updated successfully, but these errors were encountered: