# event-target **Repository Path**: mirrors_WebReflection/event-target ## Basic Information - **Project Name**: event-target - **Description**: The EventTarget Class Polyfill. - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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) ============ # Deprecated The module has been improved and moved under the `@ungap` umbrella. https://github.com/ungap/event-target - - - 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';` ( or `from 'event-target/esm'` ) ### Compatibility: Every. JavaScript. Engine.