# @f/dom-events

> A list of all DOM events

Latest version **1.0.4** (published 2016-02-09) · MIT license · 0 weekly downloads

## Install

```sh
npm install @f/dom-events
pnpm add @f/dom-events
yarn add @f/dom-events
bun add @f/dom-events
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.4 |
| Published | 2016-02-09 |
| First published | 2016-01-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | f |

## Links

- npm: https://www.npmjs.com/package/@f/dom-events
- Repository: https://github.com/micro-js/dom-events
- Homepage: https://github.com/micro-js/dom-events#readme
- Issues: https://github.com/micro-js/dom-events/issues
- npm.io page: https://npm.io/package/@f/dom-events

## Recent versions

- 1.0.4 (latest) — 2016-02-09
- 1.0.3 — 2016-01-10
- 1.0.2 — 2016-01-10
- 1.0.1 — 2016-01-10
- 1.0.0 — 2016-01-10

## README

# dom-events

[![Git tag][git-image]][git-url]
[![NPM version][npm-image]][npm-url]
[![Code style][standard-image]][standard-url]

A list of all DOM events (probably not totally complete, but feel free to send a PR if one you want isn't included), exported as an array.

## Installation

    $ npm install @f/dom-events

## Usage

```js
var domEvents = require('@f/dom-events')

function delegate (root) {
  domEvents.forEach(function (name) {
    root.addEventListener(name, function () {
      // delegate the event
    })
  })
}
```

## License

MIT

[travis-image]: https://img.shields.io/travis/micro-js/dom-events.svg?style=flat-square
[travis-url]: https://travis-ci.org/micro-js/dom-events
[git-image]: https://img.shields.io/github/tag/micro-js/dom-events.svg
[git-url]: https://github.com/micro-js/dom-events
[standard-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat
[standard-url]: https://github.com/feross/standard
[npm-image]: https://img.shields.io/npm/v/@f/dom-events.svg?style=flat-square
[npm-url]: https://npmjs.org/package/@f/dom-events

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