- From: Steve Orvell <notifications@github.com>
- Date: Thu, 28 Jan 2016 17:22:01 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Friday, 29 January 2016 01:22:30 UTC
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