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

> Events dispatched via JS won't be cancellable from `.first` and other promise-returning methods, as the microtask checkpoint is skipped because the stack isn't empty. This could become a bit of a gotcha.

fwiw this is a pretty big deal, especially now `EventTarget` is constructible, we'll see a lot more event dispatches from JS.

-- 
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-351734439

Received on Thursday, 14 December 2017 14:58:36 UTC