Re: [whatwg/dom] Improving ergonomics of events with Observable (#544)

For DOM it remains problematic I think that `forEach()`, `first()`, and `last()` return a promise as that means you cannot cancel the event from a handler.

@pemrouz's https://github.com/tc39/proposal-emitter does not have that downside.

-- 
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/544#issuecomment-541782346

Received on Monday, 14 October 2019 16:32:44 UTC