- From: Dino Reić <notifications@github.com>
- Date: Thu, 09 Feb 2023 10:26:41 -0800
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 9 February 2023 18:26:53 UTC
> 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