Re: [webcomponents] node.connectedToDocument (#81)

Looks ok to me.
And engines probably have something like this internally:
In Gecko the implementation would be
bool ConnectedToDocument() { return IsInComposedDoc(); }

---
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/81#issuecomment-198379379

Received on Friday, 18 March 2016 14:17:47 UTC