-
-
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
Doesn't work in IE8 after release v2.4.1 #2078
Comments
Thats because at ~3 spots |
Ugh. |
Just load es5-shim until we fix it (very soon) |
@yaniswang do you have it for |
alright, testing this fix atm. |
@boneskull why not use the polyfill for 2 methods (keys and forEach) so that it easy to remove later on when we end IE8 support? |
@gyandeeps rather not add another dependency or monkey with other stuff right now. |
@yurevichcv can you run your tests with this mocha.js file and tell me if you have better results in IE8? |
@gyandeeps anyway, mocha contains a bunch of hand-rolled shims which need replacing. it's a somewhat bigger job than you'd expect |
I see. thanks |
downloading an IE8 vm to try it myself |
@boneskull Your changes work: Before After |
v2.4.3 published |
All my tests started to fail after new release in IE8 with the following error:
The text was updated successfully, but these errors were encountered: