- From: Joe Pea <notifications@github.com>
- Date: Mon, 28 Jan 2019 22:13:57 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 29 January 2019 06:14:18 UTC
> A MutationObserver watching for childList changes is the approach I would recommend But it doesn't work during parsing. This [codepen example](https://codepen.io/trusktr/pen/d0a996585d8ca4dd7dd48861f8537fd2) shows that the `console.log` in the `childConnectedCallback` (implemented with `MutationOBserver`) will never fire for the initial children. So we need another way to work with initial children. -- 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/787#issuecomment-458420155
Received on Tuesday, 29 January 2019 06:14:18 UTC