- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 31 Jul 2018 03:42:17 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 31 July 2018 10:42:40 UTC
I don't quite understand why delivering `Something` via a callback is more expensive than `new Something()`. (A way to avoid the "cons" of `new Something()` is perhaps to allow declaration ahead of time that the custom element won't use it, or indeed, require explicit opt-in that it's going to be used.) (Another "cons" of `ShadowRoot` is that it's not limited to custom elements.) -- 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/758#issuecomment-409176847
Received on Tuesday, 31 July 2018 10:42:40 UTC