Re: [webcomponents] Need "slotting changed" event (#288)

Would the user facing api by like this?

```
new MutationObserver(function() {
  // react to slot changes...
}).observe(slotElement, {slotAssignment: true});
```

If so, this seems fine. Thanks!

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/288#issuecomment-176510066

Received on Friday, 29 January 2016 01:22:30 UTC