sindresorhus/p-queue

Use `EventTarget` when targeting Node.js 26

Open

#162 opened on Feb 1, 2022

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

Repository metrics

Stars
 (4,211 stars)
PR merge metrics
 (No merged PRs in 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.

Contributor guide