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

> you just need MutationObserver for that

That's part of the problem because it introduces unwanted `async` behavior to the element and other complexities. The async nature of it means user code will not work unless they defer their logic too, so it can get messy.

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

Received on Monday, 28 January 2019 04:00:42 UTC