-
-
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
Event/Custom Event polyfill? #354
Comments
Generally Babel and core-js focus on polyfilling language-standard functionality. Polyfilling features from other specifications isn't something they look to handle for you. |
At this moment, only ECMAScript and closely related ECMAScript features in the scope of |
That makes sense, thanks for your consideration at least! |
This was causing IE11 to brick. Apparently not supported by core-js :( zloirock/core-js#354
This was causing IE11 to brick. Apparently not supported by core-js :( zloirock/core-js#354
@zloirock Hey, since now core-js tries to follow WHATWG standards group, i think it's a good idea to re-open this and implement The What do you think? |
@ItamarGronich even in 2017 when this issue was created But at this moment there are many significantly closer to ECMAScript WHATWG features that it could be good to add to Anyway, ok, let's reopen it. |
new Event()
andnew CustomEvent()
don't work in older versions of IE.The above link provides a solution and there's also custom-event-polyfill.
Are there any plans to add this to core-js/babel-polyfill?
The text was updated successfully, but these errors were encountered: