Re: [w3c/webcomponents] Consider adding a childrenChangedCallback or something (#619)

For reference, here's my implementation: [`WebComponent.js`](https://github.com/trusktr/infamous/blob/master/src/html/WebComponent.js) (on [these lines](https://github.com/trusktr/infamous/blob/master/src/html/WebComponent.js#L181-L210)).

Using `setTimeout` there is not reliable though. It's better to wait for document ready (I'm updating that in a new branch soon). Maybe I can take this out and make it a shippable polyfill-like implementation of the idea in this issue.

-- 
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/619#issuecomment-335046174

Received on Sunday, 8 October 2017 23:21:17 UTC