new Event() polyfill
Based on mdn customEvent polyfill.
Installation
npm install new-event-polyfill --save
yarn new-event-polyfill
Usage
// (ES6 Modules); // (CommonJS);
Info
This Repo is based on the mdn-polyfills repo from Michał Jezierski The polyfill is based on the pollyfill from developer.mozilla.org