Skip to content

CustomEvent constructor for IE 9 and higher where is not supported.

License

Notifications You must be signed in to change notification settings

jsPolyfill/CustomEvent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CustomEvent

The CustomEvent() constructor creates a new CustomEvent.

Installation

npm install --save-dev jspolyfill-custom-event

Usage

require( 'jspolyfill-custom-event' )();

Note: Make sure to add the extra set of parenthesis at the end to fire the function that registers the creation of the polyfill.

Syntax

var event = new CustomEvent(typeArg, customEventInit);

Visit MDN for More information.

About

CustomEvent constructor for IE 9 and higher where is not supported.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published