Re: [w3c/webcomponents] Need a callback for when children changed or parser finished parsing children (#809)

@domenic 

> In that case I think we should also seriously consider un-deprecating `DOMNodeRemoved`/`DOMNodeInserted` as an API shape, since that already exists in some browsers and we've needed to spec it properly for some time.

Alternatively, we could have a `{ sync: true }` option on mutation observers, which would fire immediately rather than on microtask. Then things like `childList` remain opt-in.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/809#issuecomment-532526757

Received on Wednesday, 18 September 2019 05:39:02 UTC