- From: Trey Shugart <notifications@github.com>
- Date: Wed, 24 Aug 2016 16:03:22 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Wednesday, 24 August 2016 23:04:00 UTC
Fwiw you can probably use the slotchange event on slot elements for most
things. The skatejs-named-slots polyfill exposes that and makes native v0
behave like v1.
On Thu, 25 Aug 2016, 08:58 Matthew Phillips <notifications@github.com>
wrote:
> A library could provide that hook for you, or conversely a small function
> could give you the same behavior:
>
> connectedCallback() {
> onChildren(this, children => {
>
> });
> }
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <https://github.com/w3c/webcomponents/issues/551#issuecomment-242234361>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AAIVbAr4qQnVroGn_kDRefmMkbIcRdfuks5qjMyTgaJpZM4Jqj2v>
> .
>
--
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/551#issuecomment-242235266
Received on Wednesday, 24 August 2016 23:04:00 UTC