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

Besides preventDefault(), events also have cancel() to prevent further propagation. It seems like the Promise issue could interfere with that too (assuming that is a useful feature that we still want).

Are Observers intended to have the Promise-like behavior of always running the callback at micro task time?

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

Received on Thursday, 14 December 2017 16:13:51 UTC