- From: mangelozzi <notifications@github.com>
- Date: Sat, 19 Nov 2022 00:18:49 -0800
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 19 November 2022 08:19:01 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? ```html <script type="module" src="/static/..../component.min.js> ```` -- Reply to this email directly or view it on GitHub: https://github.com/WICG/webcomponents/issues/551#issuecomment-1320832233 You are receiving this because you are subscribed to this thread. Message ID: <WICG/webcomponents/issues/551/1320832233@github.com>
Received on Saturday, 19 November 2022 08:19:01 UTC