Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApplicationCache

Hierarchy

Index

Properties

CHECKING: number
DOWNLOADING: number
IDLE: number
OBSOLETE: number
UNCACHED: number
UPDATEREADY: number
oncached: null | ((this: ApplicationCache, ev: Event) => any)
deprecated
onchecking: null | ((this: ApplicationCache, ev: Event) => any)
deprecated
ondownloading: null | ((this: ApplicationCache, ev: Event) => any)
deprecated
onerror: null | ((this: ApplicationCache, ev: Event) => any)
deprecated
onnoupdate: null | ((this: ApplicationCache, ev: Event) => any)
deprecated
onobsolete: null | ((this: ApplicationCache, ev: Event) => any)
deprecated
onprogress: null | ((this: ApplicationCache, ev: ProgressEvent<ApplicationCache>) => any)
deprecated
onupdateready: null | ((this: ApplicationCache, ev: Event) => any)
deprecated
status: number
deprecated

Methods

  • abort(): void
  • deprecated

    Returns void

  • 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

    Returns boolean

  • swapCache(): void
  • deprecated

    Returns void

  • update(): void
  • deprecated

    Returns void

Generated using TypeDoc