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

Yet another option: create an "extra lazy Promise" that will never be processed before the end of event dispatch. That also provides consistency, regardless of whether JS is on the stack. (Though it is probably a less useful behavior.)

Note: I'm not saying these changes are necessarily worth it. Just trying to think through whether the consistent timing issue is patchable.

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

Received on Thursday, 14 December 2017 18:07:17 UTC