Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

onafterprint

onafterprint: function | null

onbeforeprint

onbeforeprint: function | null

onbeforeunload

onbeforeunload: function | null

onhashchange

onhashchange: function | null

onlanguagechange

onlanguagechange: function | null

onmessage

onmessage: function | null

onmessageerror

onmessageerror: function | null

onoffline

onoffline: function | null

ononline

ononline: function | null

onpagehide

onpagehide: function | null

onpageshow

onpageshow: function | null

onpopstate

onpopstate: function | null

onrejectionhandled

onrejectionhandled: function | null

onstorage

onstorage: function | null

onunhandledrejection

onunhandledrejection: function | null

onunload

onunload: function | null

Methods

addEventListener

  • Type parameters

    • K: keyof WindowEventHandlersEventMap

    Parameters

    Returns void

  • Parameters

    Returns void

removeEventListener

  • Type parameters

    • K: keyof WindowEventHandlersEventMap

    Parameters

    Returns void

  • Parameters

    Returns void

Generated using TypeDoc