Re: [whatwg/dom] Make it possible to observe connected-ness of a node via MutationObserver (#533)

@caridy, if we are going to pursue something that guarantees CE reaction timing for any given node, then I suggest opening a separate thread with such a proposal, because this thread so far has been centered around primarily `MutationObserver` which is asynchronous in it's timing. All of the Observer APIs are asynchronous, so I would argue that a sync solution would require a different approach such as callbacks or events, but in regards to events, we've already been down that road.

-- 
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/533#issuecomment-492528100

Received on Wednesday, 15 May 2019 06:53:52 UTC