new-event-polyfill
v1.0.1
Published
new Event() polyfill
Downloads
8,389
Readme
new Event() polyfill
Based on mdn customEvent polyfill.
Installation
npm install new-event-polyfill --save
yarn new-event-polyfill
Usage
// (ES6 Modules)
import 'new-event-polyfill';
// (CommonJS)
require('new-event-polyfill');
Info
This Repo is based on the mdn-polyfills repo from Michał Jezierski The polyfill is based on the pollyfill from developer.mozilla.org