-
Notifications
You must be signed in to change notification settings - Fork 216
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
Is it realy tested on IE8? #223
Comments
You're right. It would be appreciated if you could PR to fix the README. |
I recommend you to generate an es5 version of the library beside current build If you want to keep es6 version (and it's a good idea because it's faster and smaller). |
Sorry but we're not willing to maintain support for IE8. We only support IE10+ for the meantime. |
IE10+ means included IE10, right? Personally I have no problem with or without IE support, because I have included babel-polyfill, But I think supporting more browers leads to fewer hassles for developers. |
We will fix the readme to say that only IE11 is supported directly. Older browsers can by supported using a polyfill, however WeakMap is not completely polyfillable. |
In the source code I see
new WeakMap()
which is only available in IE11. Also I've tested it on IE9 and it has an error for using WeakMap.The text was updated successfully, but these errors were encountered: