WindowEventMap

interface WindowEventMap {
error: ErrorEvent;
unhandledrejection: PromiseRejectionEvent;
}

§Properties

§
error: ErrorEvent
[src]
§
unhandledrejection: PromiseRejectionEvent
[src]