zenorocha / good-listener

A more versatile way of adding & removing event listeners
http://npmjs.com/good-listener
142 stars 29 forks source link

Compatibility with Shadowdom Polyfills #8

Closed tobilen closed 7 years ago

tobilen commented 7 years ago

fixes https://github.com/zenorocha/good-listener/issues/7 in a pretty crude manner.

zenorocha commented 7 years ago

Hey @tobilen, thanks for sending this pull request.

Unfortunately, this adds a lot of complexity to this library that is not needed. This is intended to work with native DOM APIs and not polyfills. I hope you understand and I appreciate you taking the time to write this pull request.