Events in a shadow DOM can bubble up to the shadow root and can be listened to on the `ShadowRoot` objects. Thus I think `ShadowRootEventMap` should include more events, probably extending `GlobalEventHandlersEventMap`.
Events in a shadow DOM can bubble up to the shadow root and can be listened to on the
ShadowRootobjects.Thus I think
ShadowRootEventMapshould include more events, probably extendingGlobalEventHandlersEventMap.