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

@keithamus there's a logical issue in your example code (I wish it was that simple) ... you are using the `dcl.then` at the end to resolve but the whole issue here is that nobody wants to wait for *DCL* if a document is *huge* and "*islands*" components / custom elements already landed and are available ... you can see the dance in my workaround is more complicated to exactly fix that issue what nobody wants to wait DCL on huge streamed documents, all they want is to trigger ASAP the upgrade/update instead in a safe, **node fully parsed**, way ... I hope this is clear.

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

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

Received on Friday, 10 March 2023 13:33:13 UTC