event-target [![donate](https://img.shields.io/badge/$-donate-ff69b4.svg?maxAge=2592000&style=flat)](https://github.com/WebReflection/donate) [![License: ISC](https://img.shields.io/badge/License-ISC-yellow.svg)](https://opensource.org/licenses/ISC) [![Build Status](https://travis-ci.org/WebReflection/event-target.svg?branch=master)](https://travis-ci.org/WebReflection/event-target) [![Coverage Status](https://coveralls.io/repos/github/WebReflection/event-target/badge.svg?branch=master)](https://coveralls.io/github/WebReflection/event-target?branch=master)
============

The [EventTarget](https://dom.spec.whatwg.org/#interface-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';` <sup><sub>( or `from 'event-target/esm'` )</sub></sup>

### Compatibility:

Every. JavaScript. Engine.
