- From: Benjamin Gruenbaum <notifications@github.com>
- Date: Tue, 08 Dec 2020 03:55:27 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 8 December 2020 11:55:39 UTC
It's hard to say: - EventTarget is very new and people mostly use it for AbortController, the only feature requests I got is to "add AbortSignal to more APIs" and provide tooling to make it more approachable and debuggable - Node's EventEmitter already allows dispatching symbols for at least a few years. I can find some examples (e.g. https://github.com/webvalera96/currency-rates/blob/99a5e6caf36e17482faa064656b2d546707a9e7d/lib/HTTPClient.js#L31 ) that do this but it seems to be pretty rare and uncommon. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/331#issuecomment-740575277
Received on Tuesday, 8 December 2020 11:55:39 UTC