Re: [WICG/webcomponents] connectedCallback timing when the document parser creates custom elements (#551)

> Noob suggestion here, why not just link your scripts with deferred or `type="module"`, that way you know the DOM will be parsed and the child nodes present when your `connectedCallback` runs?

That will not work for nodes that are dynamically inserted, after initial setup.

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

Message ID: <WICG/webcomponents/issues/551/1424633502@github.com>

Received on Thursday, 9 February 2023 18:26:53 UTC