Skip to main content

MessageEventInit

Extends

Type Parameters

Type ParameterDefault type
Tany

Properties

bubbles?

optional bubbles?: boolean;

Inherited from

EventInit.bubbles


cancelable?

optional cancelable?: boolean;

Inherited from

EventInit.cancelable


composed?

optional composed?: boolean;

Inherited from

EventInit.composed


data?

optional data?: T;

lastEventId?

optional lastEventId?: string;

origin?

optional origin?: string;

ports?

optional ports?: MessagePort[];

source?

optional source?: MessageEventSource | null;