We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get the following error in the current version of Chrome trying to load the demo page:
Uncaught ReferenceError: Invalid left-hand side expression in prefix operation
the line number with the error refers to the line 7718 of jszip.js:
if (--(count[len]) === 0) {
I've confirmed this error on mac and windows.
The text was updated successfully, but these errors were encountered:
That's a chrome bug. I've released update for pako. The only thing that should be done - rebuild jszip with updated pako sources.
Sorry, something went wrong.
153f3f3
No branches or pull requests
I get the following error in the current version of Chrome trying to load the demo page:
Uncaught ReferenceError: Invalid left-hand side expression in prefix operation
the line number with the error refers to the line 7718 of jszip.js:
if (--(count[len]) === 0) {
I've confirmed this error on mac and windows.
The text was updated successfully, but these errors were encountered: