interface WindowEventHandlers {
    onafterprint: null | ((this, ev) => any);
    onbeforeprint: null | ((this, ev) => any);
    onbeforeunload: null | ((this, ev) => any);
    ongamepadconnected: null | ((this, ev) => any);
    ongamepaddisconnected: null | ((this, ev) => any);
    onhashchange: null | ((this, ev) => any);
    onlanguagechange: null | ((this, ev) => any);
    onmessage: null | ((this, ev) => any);
    onmessageerror: null | ((this, ev) => any);
    onoffline: null | ((this, ev) => any);
    ononline: null | ((this, ev) => any);
    onpagehide: null | ((this, ev) => any);
    onpageshow: null | ((this, ev) => any);
    onpopstate: null | ((this, ev) => any);
    onrejectionhandled: null | ((this, ev) => any);
    onstorage: null | ((this, ev) => any);
    onunhandledrejection: null | ((this, ev) => any);
    onunload: null | ((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 (view full)

Properties

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

Methods

Generated using TypeDoc