- From: Caridy Patiño <notifications@github.com>
- Date: Wed, 01 May 2019 09:14:04 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 1 May 2019 16:14:26 UTC
> I think this needs to be a custom element reaction callback. That's probably limiting. I feel that this is in the same boat as the connect/disconnect reaction that we were asking for last week during the F2F, something a lot more generic. Now, if we were to add a new reaction callback, will that callback be invoked even when the CE is not connected to the DOM? e.g.: ```js const ce = document.createElement('x-foo'); ce.appendChild(document.createElement('p')); ``` -- 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/809#issuecomment-488328784
Received on Wednesday, 1 May 2019 16:14:26 UTC