- From: Benny Hinrichs <notifications@github.com>
- Date: Fri, 26 Jul 2019 15:30:17 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 26 July 2019 22:30:39 UTC
I have a component that needs to affect the previous and next element siblings when it gets disconnected. However, by the time we hit `disconnectedCallback`, the element has already been removed from the DOM, so there's no context. Is there any way to do something similar to a `beforeDisconnectedCallback`, or if not would it be possible to get the method? -- 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/825
Received on Friday, 26 July 2019 22:30:39 UTC