- From: Frank Topel <notifications@github.com>
- Date: Thu, 02 May 2019 02:59:15 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 2 May 2019 09:59:36 UTC
> There appears to be a strong desire for having some callback when the parser finishes parsing children This is exactly what this issue addresses, unfortunately it mixes it up with > or when a new child is inserted or an old child is removed. which is a completely different problem. I really think there is a strong necessity to solve the first problem first, because the second problem can already be tackled with using a `MutationObserver`. -- 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/809#issuecomment-488617054
Received on Thursday, 2 May 2019 09:59:36 UTC