event-target-polyfill
event-target-polyfill copied to clipboard
An EventTarget Polyfill
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`...