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
Optional
eventInitDict: ErrorEventInit
Returns ErrorEvent
prototype: ErrorEvent