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.
Oh, the very minimal version would be 91 characters:
That is removing
Object.freeze
. I would not recommend using that one though…