custom-event
CustomEvent
constructor
Cross-browser
https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent.CustomEvent
Installation
$ npm install custom-event
Example
var CustomEvent = ;// add an appropriate event listenertarget;// create and dispatch the eventvar event = 'cat'detail:hazcheeseburger: true;target;