- From: Joseph Orbegoso Pea <notifications@github.com>
- Date: Fri, 16 Dec 2016 16:23:06 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 17 December 2016 00:24:03 UTC
On related note, what if there were two different events: `slotchange` for when the result of `slot.assignedNodes()` changes, and another one for when the result of `slot.assignedNodes({flatten:true})` changes? Suppose it is called `flatslotchange`. This way, if performance is a concern, then the `flatslotchange` event would only fire if event listeners are registered, and same with `slotchange`. -- 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/617#issuecomment-267727629
Received on Saturday, 17 December 2016 00:24:03 UTC