# dom-event-dispatch

> Cross browser Event constuctor dispatch

Latest version **1.0.0** (published 2017-11-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install dom-event-dispatch
pnpm add dom-event-dispatch
yarn add dom-event-dispatch
bun add dom-event-dispatch
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2017-11-10 |
| First published | 2017-11-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Quentin Engles |
| Maintainers | hollowdoor |
| Keywords | events, DOM, Event, dispatch, fire |

## Links

- npm: https://www.npmjs.com/package/dom-event-dispatch
- Repository: https://github.com/hollowdoor/dom_event_dispatch
- Homepage: https://github.com/hollowdoor/dom_event_dispatch#readme
- Issues: https://github.com/hollowdoor/dom_event_dispatch/issues
- npm.io page: https://npm.io/package/dom-event-dispatch

## Alternatives

- [babylon](https://npm.io/package/babylon.md) — 5.1M weekly downloads
- [csscolorparser](https://npm.io/package/csscolorparser.md) — 3.7M weekly downloads
- [expr-eval-fork](https://npm.io/package/expr-eval-fork.md) — 1.5M weekly downloads
- [@leeoniya/ufuzzy](https://npm.io/package/@leeoniya/ufuzzy.md) — 247.7K weekly downloads
- [xml-parser](https://npm.io/package/xml-parser.md) — 78.4K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2017-11-10

## README

dom-event-dispatch
===

Install
---

`npm install dom-event-dispatch`

Usage
---

```javascript
import { dispatchEvent } from 'dom-event-dispatch';
document.body.addEventListener('bla', e=>{
    console.log('totally blad');
});

dispatchEvent(document.body, 'bla');

```

About
---

This module supports ie9+, and all other browsers. Use it to fire the `Event()` constructor.

---
_Source: https://npm.io/package/dom-event-dispatch · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
