Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • EventTarget
    • ApplicationCache

Index

Properties

CHECKING

CHECKING: number

DOWNLOADING

DOWNLOADING: number

EventTarget

EventTarget: object

Type declaration

  • constructor: function
    • new __type(): EventTarget
    • Returns EventTarget

  • prototype: EventTarget

IDLE

IDLE: number

OBSOLETE

OBSOLETE: number

UNCACHED

UNCACHED: number

UPDATEREADY

UPDATEREADY: number

oncached

oncached: function | null
deprecated

onchecking

onchecking: function | null
deprecated

ondownloading

ondownloading: function | null
deprecated

onerror

onerror: function | null
deprecated

onnoupdate

onnoupdate: function | null
deprecated

onobsolete

onobsolete: function | null
deprecated

onprogress

onprogress: function | null
deprecated

onupdateready

onupdateready: function | null
deprecated

status

status: number
deprecated

Methods

abort

  • abort(): void
  • deprecated

    Returns void

addEventListener

dispatchEvent

  • dispatchEvent(event: Event): boolean
  • Dispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise.

    Parameters

    • event: Event

    Returns boolean

removeEventListener

swapCache

  • swapCache(): void
  • deprecated

    Returns void

update

  • update(): void
  • deprecated

    Returns void

Generated using TypeDoc