Maybe this is a stupid question, but why does the `slotchange` event exist? A mutation observer can do the one thing slotchange can do, but also much more. #javascript #WebComponents #shadowDOM
@noleli A Mutation Observer CANNOT do the one thing a slotchange can do and that is observe changes through multiple slots...
However, there are lots that a Mutation Observer can do that a slotchange event _could/should_: https://github.com/WICG/webcomponents/issues/933