- From: Joe Pea <notifications@github.com>
- Date: Fri, 01 Feb 2019 19:38:05 +0000 (UTC)
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 1 February 2019 19:39:05 UTC
Thanks guys! Are there any edge cases that `this.isConnected && this.parentNode` won't catch? How would you recommend polyfilling `isConnected`? Is the best way to traverse upward until we find a document? What about with shadow roots? Support for `isConnected` is currently low. In my MutationObserver-based childConnected/DisconnectedCallback example I used my own `isConnected`, but it is set in `connectedCallback`. -- 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/789#issuecomment-459842480
Received on Friday, 1 February 2019 19:39:05 UTC