-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Karma auto install socket.io 1.4.8 it makes ie9 can not run karma test. #2190
Labels
Comments
Reason for this is the use of |
shirish87
added a commit
to shirish87/karma
that referenced
this issue
Jun 25, 2016
socket.io-client v1.4.7 introduced changes that made it incompatible with IE9. Fixes karma-runner#2190
Yes #2188 shows that these failures happen. Looks like we need to add a shim for Uint8Array now |
Using this as a polyfill for socket-io 1.4.8 for IE9 seems to work |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behavior
can run karma test in IE9
Actual behavior
can not run karma test in IE9. only if I lock socket.io version to 1.4.6, it can work.
Enviroment Details
karma --version
):0.13.19
karma.config.js
fileSteps to reproduce the behaviour
The text was updated successfully, but these errors were encountered: