-
Notifications
You must be signed in to change notification settings - Fork 102
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
No support for Array.from
in IE10
#184
Comments
It says it supports IE9+ when using alongside polyfill.io. For more details, look here: http://blissfuljs.com/#browser-support Using |
Hm. I kind of disagree there. Even for Edge it wants to include a bunch of polyfills! I thought it was going to be IE10 and lower only... So, here's my reasoning:
I sincerely hope you will reconsider this. |
We are not going to reconsider this. |
The readme says it supports IE9+, but in IE10 I'm getting two unhandled exceptions where it doesn't know about
Array.from
. Is it possible to rewrite it to use a substitute, so it works in IE10 again?Afaik, this:
Can be rewritten as:
And it could be refactored to a dead-simple polyfill:
Or similar. Hope this helps :)
The text was updated successfully, but these errors were encountered: