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

An EventTarget Polyfill

Results 4 event-target-polyfill issues
Sort by recently updated
recently updated
newest added

this fixes an issue where Event was being polyfilled when not necessary

It doesn't polyfill EventTarget constructor in Safari 12-13.

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. After switching to vite-js as a...

I'm trying to use this package for backwards compatibility with older devices. In my testing on the latest Chrome, `EventTarget` is not being polyfilled as it's native (expected), however `Event`...