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 (4,211 stars) (206 forks)user submission
enhancementhelp wanted

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