Variable ErrorEvent
ErrorEvent: {
prototype: ErrorEvent;
new (type: string, eventInitDict?: ErrorEventInit): ErrorEvent;
}
prototype: ErrorEvent;
new (type: string, eventInitDict?: ErrorEventInit): ErrorEvent;
}
Type declaration
- new (type: string, eventInitDict?: ErrorEventInit): ErrorEvent
Parameters
- type: string
OptionaleventInitDict: ErrorEventInit
Returns ErrorEvent
prototype: ErrorEvent