Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WindowEventHandlers

Package version

Hierarchy

Index

Properties

onafterprint

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

onbeforeprint

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

onbeforeunload

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

onhashchange

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

onlanguagechange

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

onmessage

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

onmessageerror

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

onoffline

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

ononline

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

onpagehide

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

onpageshow

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

onpopstate

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

onrejectionhandled

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

onstorage

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

onunhandledrejection

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

onunload

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

Methods

addEventListener

removeEventListener

Generated using TypeDoc