- From: Ryosuke Niwa <notifications@github.com>
- Date: Fri, 12 Oct 2018 15:38:42 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 12 October 2018 22:39:05 UTC
That sounds precisely like the kind of a use case `MutationObserver` would address. Also, it's wrong to assume that child nodes would be inserted once and never change. Scripts can totally remove & add more child nodes later on so you'd have to have `MutationObserver` to observe those changes anyway. -- 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-429481475
Received on Friday, 12 October 2018 22:39:05 UTC