MessageEventInit
Extends
Type Parameters
| Type Parameter | Default type |
|---|---|
T | any |
Properties
bubbles?
optional bubbles?: boolean;
Inherited from
cancelable?
optional cancelable?: boolean;
Inherited from
composed?
optional composed?: boolean;
Inherited from
data?
optional data?: T;
lastEventId?
optional lastEventId?: string;
origin?
optional origin?: string;
ports?
optional ports?: MessagePort[];
source?
optional source?: MessageEventSource | null;