- From: Andrea Giammarchi <notifications@github.com>
- Date: Sun, 27 Jan 2019 20:03:40 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 28 January 2019 04:04:02 UTC
custom elements are async by specifications, indeed driven by callbacks, so I'm not sure what's the issue that you are trying to solve. childConnected, in any case, doesn't solve the most important issue: when it is safe to setup the component. Until we have that, everything else looks superfluous to me 🤷♂️ -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/550#issuecomment-457992936
Received on Monday, 28 January 2019 04:04:02 UTC