new-event-polyfill

1.0.1 • Public • Published

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

/new-event-polyfill/

    Package Sidebar

    Install

    npm i new-event-polyfill

    Weekly Downloads

    1,191

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    3.04 kB

    Total Files

    7

    Last publish

    Collaborators

    • raphaelh