@ungap/event
Version:
An Event polyfill for legacy browsers.
14 lines (8 loc) • 809 B
Markdown
# Event
[](https://travis-ci.com/ungap/event) [](https://coveralls.io/github/ungap/event?branch=master) [](https://greenkeeper.io/) 
An [Event](https://developer.mozilla.org/en-US/docs/Web/API/Event) polyfill for legacy browsers.
* CDN via https://unpkg.com/@ungap/event
* ESM via `import Event from '@ungap/event'`
* CJS via `const Event = require('@ungap/event')`
Compatible down to IE9, works well with ES5 shim upfront in IE8 (and maybe lower too).
[Live test](https://ungap.github.io/event/test/)