- From: Joe Pea <notifications@github.com>
- Date: Sun, 08 Oct 2017 23:20:42 +0000 (UTC)
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 8 October 2017 23:21:17 UTC
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