sindresorhus/p-queue

Use `EventTarget` when targeting Node.js 26

Aperta

#162 aperta il 1 feb 2022

 (7 commenti) (1 reazione) (0 assegnatari)TypeScript (206 fork)user submission
enhancementhelp wanted

Metriche repository

Star
 (4211 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor