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

MutationObserver seems kind of awkward but to be honest it works for me 🤷
 
An advantage is that there is no leakage of browser-parsing details, the browser might not differentiate between `first parser pass` or `dynamic node insertion`, if it sees both as the same thing then the `parser finished` idea seems implausible. 

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

Message ID: <WICG/webcomponents/issues/809/1457128730@github.com>

Received on Monday, 6 March 2023 22:35:15 UTC