Warning: SimpleXMLElement::asXML(E:\phpstudy_pro\aidaohang2026\sitemaps\sitemap_88.xml.tmp): failed to open stream: Permission denied in E:\phpstudy_pro\aidaohang2026\dd.php on line 1330
interface InternalEventEmitter | Node.js events module | Bun - AI智能索引
温馨提示:本站仅提供公开网络链接索引服务,不存储、不篡改任何第三方内容,所有内容版权归原作者所有
AI智能索引来源:http://www.bun.com/reference/node/events/default/InternalEventEmitter
点击访问原文链接

interface InternalEventEmitter | Node.js events module | Bun

interface InternalEventEmitter | Node.js events module | Bun,AI智能索引,全网链接索引,智能导航,网页索引

    This is the interface from which event-emitting Node.js APIs inherit in the types package. **It is not intended for consumer use.** It provides event-mapped definitions similar to EventEmitter, except that its signatures are deliberately permissive: they provide type _hinting_, but not rigid type-checking, for compatibility reasons. Classes that inherit directly from EventEmitter in JavaScript can inherit directly from this interface in the type definitions. Classes that are more than one inheritance level away from EventEmitter (eg. `net.Socket` > `stream.Duplex` > `EventEmitter`) must instead copy these method definitions into the derived class. Search