# monitor-event-loop-delay

> Polyfill for perf_hooks.monitorEventLoopDelay(...)

Latest version **1.0.0** (published 2019-05-11) · MIT license · 0 weekly downloads

## Install

```sh
npm install monitor-event-loop-delay
pnpm add monitor-event-loop-delay
yarn add monitor-event-loop-delay
bun add monitor-event-loop-delay
```

## 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.0 |
| Published | 2019-05-11 |
| First published | 2019-05-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 10.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Stephen Belanger |
| Maintainers | qard |
| Keywords | polyfill, event, loop, delay |

## Links

- npm: https://www.npmjs.com/package/monitor-event-loop-delay
- npm.io page: https://npm.io/package/monitor-event-loop-delay

## Alternatives

- [async-exit-hook](https://npm.io/package/async-exit-hook.md) — 3.7M weekly downloads
- [evnty](https://npm.io/package/evnty.md) — 7.2K weekly downloads
- [eleventy-plugin-asciidoc](https://npm.io/package/eleventy-plugin-asciidoc.md) — 3.5K weekly downloads
- [@jswork/next-get2get](https://npm.io/package/@jswork/next-get2get.md) — 945 weekly downloads
- [@dashersw/axon](https://npm.io/package/@dashersw/axon.md) — 934 weekly downloads

## Recent versions

- 1.0.0 (latest) — 2019-05-11

## README

# monitor-event-loop-delay

Provides a polyfill for `perf_hooks.monitorEventLoopDelay(...)` in Node.js core.

See the [perf_hooks documentation](https://nodejs.org/api/perf_hooks.html#perf_hooks_perf_hooks_monitoreventloopdelay_options) on the Node.js website for how to use it.

## Installation

```sh
npm install monitor-event-loop-delay
```

## License

[MIT](LICENSE)

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