Variable MessageEvent

MessageEvent: {
    prototype: MessageEvent<any>;
    new <T>(type, eventInitDict?): MessageEvent<T>;
}

Type declaration