sindresorhus/p-queue

Use `EventTarget` when targeting Node.js 26

Open

#162 创建于 2022年2月1日

在 GitHub 查看
 (7 评论) (1 反应) (0 负责人)TypeScript (4,211 star) (206 fork)user submission
enhancementhelp wanted

描述

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.

贡献者指南