You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Andy Stewart 5e3590b49c Add js-video-player plugin. 6 years ago
..
CHANGELOG.md Add js-video-player plugin. 6 years ago
LICENSE Add js-video-player plugin. 6 years ago
README.md Add js-video-player plugin. 6 years ago
package.json Add js-video-player plugin. 6 years ago
polyfill.js Add js-video-player plugin. 6 years ago

README.md

custom-event-polyfill

A polyfill for creating CustomEvents on IE9+ if the native implementation is missing.

Sauce Test Status

Install

# using yarn
$ yarn add custom-event-polyfill

# using npm
$ npm install --save custom-event-polyfill

Usage

Just include this polyfill before using any code which creates a CustomEvent object, ideally as early as possible.

Refer to the CustomEvent documentation for details on how to use it: https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent

Big Thanks

Cross-browser Testing Platform and Open Source <3 Provided by Sauce Labs.

License

MIT