MessageEvent-1
MessageEvent: {
<T>(type, eventInitDict?): MessageEvent<T>;
prototype: MessageEvent;
};
Type Declaration
Parameters
| Parameter | Type |
|---|---|
type | string |
eventInitDict? | MessageEventInit<T> |
Returns
MessageEvent<T>
prototype
prototype: MessageEvent;