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

@othermaciej

`stopPropagation` and `stopImmediatePropagation` will have the same issues if the JS stack isn't empty.

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

No, the non-promise callbacks are sync.

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

Received on Thursday, 14 December 2017 16:17:23 UTC