-
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
IE8 doesn't work since karma 0.13.0 #1529
IE8 doesn't work since karma 0.13.0 #1529
Comments
Thanks for the report. |
Actually, karma 0.12.37 doesn't seem to work either because there is a file with a URL like Is there an older version of karma that you would recommend for people still needing to test against IE8? |
The official policy is that all versions of Karma should support IE8, so I'm not sure at which point we broke this contract. If you are up to it, I would be happy to accept a PR fixing it, as I can only test against IE11 with simulated IE8 behaviour at the moment. |
Add core-js es5 shim to karma client, fixes #1529
IE8 stopped working since karma started using the dom-serialize library in karma 0.13.0. This is because
Object.reduce
is used on this line of code, but no shim has been provided for IE8.The text was updated successfully, but these errors were encountered: