(
type: string,
bubbles?: boolean,
cancelable?: boolean,
data?: any,
origin?: string,
lastEventId?: string,
source?: MessagePort | null,
ports?: MessagePort[]
)
| 107 | readonly ports: readonly MessagePort[] |
| 108 | readonly source: MessagePort | null |
| 109 | initMessageEvent( |
| 110 | type: string, |
| 111 | bubbles?: boolean, |
| 112 | cancelable?: boolean, |
no outgoing calls
no test coverage detected