-
-
Notifications
You must be signed in to change notification settings - Fork 894
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
Broken in IE8 #253
Comments
Thanks for catching this! |
Note that this bug is not in the released v3.4.0, so nobody should have been impacted by this yet. |
Thanks for the quick update! By the way - running the tests in IE8 I noticed that after patching this issue there are still 65 failures, same as the official release - is this expected? I noticed some very old commentary about IE8 tests failing but wasn't sure if that discussion was still current. |
Yes, per #114 - IE 6-8 have a JS engine bug that makes some of the tests (specifically anything relating to sparse arrays) from ever passing. |
Includes a fix for <es-shims/es5-shim#253>. The bug makes es5-shim unusable in the browsers we are most interested in using it for: old versions of IE. Source code: https://github.com/es-shims/es5-shim/blob/40181d720e/es5-shim.js Bug: 67565 Change-Id: Iee964bea6fcc1071871e457643b77ffd452e1040
Includes a fix for <es-shims/es5-shim#253>. The bug makes es5-shim unusable in the browsers we are most interested in using it for: old versions of IE. Source code: https://github.com/es-shims/es5-shim/blob/40181d720e/es5-shim.js Bug: 67565 Change-Id: Iee964bea6fcc1071871e457643b77ffd452e1040 (cherry picked from commit 61c81de)
Includes a fix for <es-shims/es5-shim#253>. The bug makes es5-shim unusable in the browsers we are most interested in using it for: old versions of IE. Source code: https://github.com/es-shims/es5-shim/blob/40181d720e/es5-shim.js Bug: 67565 Change-Id: Iee964bea6fcc1071871e457643b77ffd452e1040 (cherry picked from commit 61c81de)
You try to use indexOf before polyfilling it.
The text was updated successfully, but these errors were encountered: