Re: [w3c/webcomponents] [idea] childConnectedCallback and childDisconnectedCallback (#550)

`parsedCallback` is definitely useful for certain conditions, and fires only one time after the element is parsed. We can use it to look at children at the point in time when it is called, but we would still need to handle children added (or removed) at any point in the future, which `parsedCallback` doesn't cover.

-- 
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-457989722

Received on Monday, 28 January 2019 03:37:32 UTC