Event/Custom Event polyfill? · Issue #354 · zloirock/core-js

new Event() and new 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-pol...