sindresorhus/p-queue

Use `EventTarget` when targeting Node.js 26

开放

#162 创建于 2022年2月1日

 (7 条评论) (1 个反应) (0 位负责人)TypeScript (206 个派生)user submission
enhancementhelp wanted

仓库指标

星标
 (4,211 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南