-
-
Notifications
You must be signed in to change notification settings - Fork 790
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
causes ReferenceError in chrome 38 #30
Comments
Is it in all browsers or one specific? A bit strange that nobody reported yet. |
See gruntfile. All major browsers run some primitive tests. I don't reject to merge, just try to understand how could this happen. |
It seems it's only happening in Chrome Canary |
The same reported in jszip tracker Stuk/jszip#156 |
Released with this fix. Thanks. But note, that browser beta versions can have any bugs, and usually nobody test/support those. If you have time - report this bug to chrome tracker. |
using as part of browserify-zlib.
inftrees.js L170 Uncaught ReferenceError: Invalid left-hand side expression in prefix operation,
reproduce by simply creating an index.js
and
browserify -d index.js > bundle.js
drop the script tag into html and load the page
The text was updated successfully, but these errors were encountered: