Skip to main content

ErrorEventInit

Extends

Properties

bubbles?

optional bubbles?: boolean;

Inherited from

EventInit.bubbles


cancelable?

optional cancelable?: boolean;

Inherited from

EventInit.cancelable


colno?

optional colno?: number;

composed?

optional composed?: boolean;

Inherited from

EventInit.composed


error?

optional error?: any;

filename?

optional filename?: string;

lineno?

optional lineno?: number;

message?

optional message?: string;