interface WindowEventHandlers {
    onafterprint: ((this, ev) => any);
    onbeforeprint: ((this, ev) => any);
    onbeforeunload: ((this, ev) => any);
    ongamepadconnected: ((this, ev) => any);
    ongamepaddisconnected: ((this, ev) => any);
    onhashchange: ((this, ev) => any);
    onlanguagechange: ((this, ev) => any);
    onmessage: ((this, ev) => any);
    onmessageerror: ((this, ev) => any);
    onoffline: ((this, ev) => any);
    ononline: ((this, ev) => any);
    onpagehide: ((this, ev) => any);
    onpageshow: ((this, ev) => any);
    onpopstate: ((this, ev) => any);
    onrejectionhandled: ((this, ev) => any);
    onstorage: ((this, ev) => any);
    onunhandledrejection: ((this, ev) => any);
    onunload: ((this, ev) => any);
    addEventListener<K>(type, listener, options?): void;
    addEventListener(type, listener, options?): void;
    removeEventListener<K>(type, listener, options?): void;
    removeEventListener(type, listener, options?): void;
}

Hierarchy

Properties

onafterprint: ((this, ev) => any)

Type declaration

onbeforeprint: ((this, ev) => any)

Type declaration

onbeforeunload: ((this, ev) => any)

Type declaration

ongamepadconnected: ((this, ev) => any)

Type declaration

ongamepaddisconnected: ((this, ev) => any)

Type declaration

onhashchange: ((this, ev) => any)

Type declaration

onlanguagechange: ((this, ev) => any)

Type declaration

onmessage: ((this, ev) => any)

Type declaration

onmessageerror: ((this, ev) => any)

Type declaration

onoffline: ((this, ev) => any)

Type declaration

ononline: ((this, ev) => any)

Type declaration

onpagehide: ((this, ev) => any)

Type declaration

onpageshow: ((this, ev) => any)

Type declaration

onpopstate: ((this, ev) => any)

Type declaration

onrejectionhandled: ((this, ev) => any)

Type declaration

onstorage: ((this, ev) => any)

Type declaration

onunhandledrejection: ((this, ev) => any)

Type declaration

onunload: ((this, ev) => any)

Type declaration

Methods

Generated using TypeDoc