# Event

[![Build Status](https://travis-ci.com/ungap/event.svg?branch=master)](https://travis-ci.com/ungap/event) [![Coverage Status](https://coveralls.io/repos/github/ungap/event/badge.svg?branch=master)](https://coveralls.io/github/ungap/event?branch=master) [![Greenkeeper badge](https://badges.greenkeeper.io/ungap/event.svg)](https://greenkeeper.io/) ![WebReflection status](https://offline.report/status/webreflection.svg)

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/)
