CustomEvent

December 5, 2018 ยท View on GitHub

Build Status Coverage Status Greenkeeper badge WebReflection status

A CustomEvent polyfill for legacy browsers.

  • CDN via https://unpkg.com/@ungap/custom-event
  • ESM via import CustomEvent from '@ungap/custom-event'
  • CJS via const CustomEvent = require('@ungap/custom-event')

Compatible with IE11, requires dom4 upfront for older browsers.

Live test