1.0.1 • Published 5 years ago

new-event-polyfill v1.0.1

Weekly downloads
1,157
License
MIT
Repository
github
Last release
5 years ago

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