All Projects → WebReflection → event-target

WebReflection / event-target

Licence: ISC license
The EventTarget Class Polyfill.

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

event-target donate License: ISC Build Status Coverage Status

Deprecated

The module has been improved and moved under the @ungap umbrella.

https://github.com/ungap/event-target


The EventTarget Class Polyfill.

How to use it:

  • via CDN, as global variable: https://unpkg.com/event-target@latest/min.js
  • ponyfill via ESM, as external module: https://unpkg.com/event-target@latest/esm/index.js
  • ponyfill via CJS: const EventTarget = require('event-target').default;
  • ponyfill via bundlers/transpilers: import EventTarget from 'event-target'; ( or from 'event-target/esm' )

Compatibility:

Every. JavaScript. Engine.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].