custom-event-polyfill icon indicating copy to clipboard operation
custom-event-polyfill copied to clipboard

Polyfill for creating CustomEvents on IE9/10/11 if native implementation is missing.

Results 2 custom-event-polyfill issues
Sort by recently updated
recently updated
newest added

The polyfill is considerably smaller on MDN now: https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent/CustomEvent#Polyfill

When I extends CustomEvent using babel the prototype is wrongly set to `CustomEventPrototype` instead of my class so I can't call methods of my class. ### Scenario: * Extends CustomEvent...