Package Exports
- @ungap/event-target
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ungap/event-target) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
EventTarget
A EventTarget polyfill.
- CDN, as global patch, via https://unpkg.com/@ungap/event-target
- ESM via
import EventTarget from '@ungap/event-target'
- CJS via
const EventTarget = require('@ungap/event-target')