- From: Trey Shugart <notifications@github.com>
- Date: Tue, 28 Jun 2016 17:13:40 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc:
Received on Wednesday, 29 June 2016 00:14:13 UTC
@trusktr the `connectedCallback()` will be fired when the element is attached as light DOM. It shouldn't matter where it's slotted for your use case, just that it's been attached to a `<motor-node>`. In this case you can just check `child.parentNode instanceof MotorNode`. --- 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/504#issuecomment-229221586
Received on Wednesday, 29 June 2016 00:14:13 UTC