See also 📢 Dead simple tweetable JavaScript Emitter pattern module using Map (ES2015) which uses this package.
Browser compatibility (all)
Chrome* | Edge | FF | IE | Opera | Safari | iOS |
---|---|---|---|---|---|---|
38 | 12 | 13 | -* | 25 | 7.1 | 8 |
Notes:
- Chrome includes mobile Chrome.
- IE 11 does not support only arrow functions, they can be replaced with
function
. Also, incomplete Set support means the hand-minified version does not work.
As suggested by @rarous (https://twitter.com/alesroubicek/status/764068304080089089) the
on
can return an unsub callback and remove theoff
method: