Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApplicationCache

Package version

Hierarchy

Index

Properties

CHECKING

CHECKING: number

DOWNLOADING

DOWNLOADING: number

EventTarget

EventTarget: { constructor: any; prototype: EventTarget }

Type declaration

  • constructor: function
    • Returns EventTarget

  • prototype: EventTarget

IDLE

IDLE: number

OBSOLETE

OBSOLETE: number

UNCACHED

UNCACHED: number

UPDATEREADY

UPDATEREADY: number

oncached

oncached: ((this: ApplicationCache, ev: Event) => any) | null
deprecated

onchecking

onchecking: ((this: ApplicationCache, ev: Event) => any) | null
deprecated

ondownloading

ondownloading: ((this: ApplicationCache, ev: Event) => any) | null
deprecated

onerror

onerror: ((this: ApplicationCache, ev: Event) => any) | null
deprecated

onnoupdate

onnoupdate: ((this: ApplicationCache, ev: Event) => any) | null
deprecated

onobsolete

onobsolete: ((this: ApplicationCache, ev: Event) => any) | null
deprecated

onprogress

onprogress: ((this: ApplicationCache, ev: ProgressEvent<ApplicationCache>) => any) | null
deprecated

onupdateready

onupdateready: ((this: ApplicationCache, ev: Event) => any) | 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

    Returns boolean

removeEventListener

swapCache

  • swapCache(): void
  • deprecated

    Returns void

update

  • update(): void
  • deprecated

    Returns void

Generated using TypeDoc