krambuhl / custom-event-polyfill

Polyfill for creating CustomEvents on IE9/10/11 if native implementation is missing.
MIT License
112 stars 19 forks source link

Fix detection CustomEvent #4

Closed reenko closed 8 years ago

reenko commented 8 years ago

We use polyfill with 'require' and we have problems with detection CustomEvent in Chrome.

krambuhl commented 8 years ago

I'm assuming this is related to browserify/webpack scenarios? Looks to be a good request. I will merge tomorrow evening if there are no objections.