Re: [w3c/webcomponents] connectedCallback timing when the document parser creates custom elements (#551)

If you set up the mutation observer at construction time, that first `appendChild()` can trigger do stuff too, but if you only want to observe while connected something like that could work.

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

Received on Tuesday, 23 August 2016 17:00:20 UTC