- From: Joe Pea <notifications@github.com>
- Date: Wed, 30 Jan 2019 08:44:07 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 30 January 2019 16:44:29 UTC
@rniwa Yes, however you're missing a key point there: to avoid leaking memory and keeps things proper, the observer needs to be created in `connectedCallback` and reciprocally disposed in `disconnectedCallback`. If you do it in `connectedCallback`, you'll see it doesn't work. -- 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/787#issuecomment-459016558
Received on Wednesday, 30 January 2019 16:44:29 UTC