Re: [whatwg/dom] Symbols should be allowed as Event types. (#331)

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