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

IDL:
```webidl
partial interface Node {
  [Unscopeable] readonly attribute boolean isConnected;
};
```
Can I get some LGTMs from @rniwa @esprehn @smaug---- @hayatoito?

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

Received on Tuesday, 22 March 2016 08:29:26 UTC