sindresorhus/p-queue

Use `EventTarget` when targeting Node.js 26

Open

#162 aberto em 1 de fev. de 2022

Ver no GitHub
 (7 comments) (1 reaction) (0 assignees)TypeScript (206 forks)user submission
enhancementhelp wanted

Métricas do repositório

Stars
 (4.211 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

EventTarget is a built-in way to do events in Node.js 16+. This could be used instead of eventemitter3 when Node.js 14 is EOL.

Guia do colaborador