- From: Frank Topel <notifications@github.com>
- Date: Sat, 20 Oct 2018 23:05:33 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 21 October 2018 06:05:55 UTC
Wouldn't it be an even better approach to create a `ComponentContentLoaded` event? That would solve the `attributeChangedCallback` as well, and it would make it so outside elements and components can attach a listener to that event (if they rely on it). We could even have all components register at a central service in thei constructor on creation, and have that same service emit a global `ComponentsReady` event as soon as all registered components have emitted their `ComponentContentLoaded` event. -- 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/551#issuecomment-431641621
Received on Sunday, 21 October 2018 06:05:55 UTC