-
Notifications
You must be signed in to change notification settings - Fork 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
Minified version breaks IE 8 #1040
Comments
johanneswuerbach
added a commit
to johanneswuerbach/testem
that referenced
this issue
Dec 2, 2016
socket.io >= 1.7.0 breaks IE 8, pin socket.io until socketio/socket.io-client#1040 is resolved.
An ok solution for my use-case https://github.com/testem/testem, would also be to just have an option to serve the unminifyed version. |
Related: mishoo/UglifyJS#1179 |
This was referenced Dec 8, 2016
2 tasks
Closed by #1042. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You want to:
Current behaviour
Parsing
socket.io.js
fails in IE 8 withExpect identifier, string or number
Steps to reproduce (if the current behaviour is a bug)
Test the minified version in IE 8
Expected behaviour
socket.io.js
works in IE 8Other information (e.g. stacktraces, related issues, suggestions how to fix)
The issue doesn't happen in socket.io 1.6 and also not on the non-minified version of 1.7.1.
The text was updated successfully, but these errors were encountered: