webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
DOMApplicationCache Interface Reference

import"DOMApplicationCache.idl";

Inheritance diagram for DOMApplicationCache:
EventTarget

Public Member Functions

void update ()
 
void swapCache ()
 
void abort ()
 
- Public Member Functions inherited from EventTarget
void addEventListener ([AtomicString] DOMString type, EventListener? callback, optional(AddEventListenerOptions or boolean) options=false)
 
void removeEventListener ([AtomicString] DOMString type, EventListener? callback, optional(EventListenerOptions or boolean) options=false)
 
boolean dispatchEvent (Event event)
 

Public Attributes

const unsigned short UNCACHED = 0
 
const unsigned short IDLE = 1
 
const unsigned short CHECKING = 2
 
const unsigned short DOWNLOADING = 3
 
const unsigned short UPDATEREADY = 4
 
const unsigned short OBSOLETE = 5
 
readonly attribute unsigned short status
 
attribute EventHandler onchecking
 
attribute EventHandler onerror
 
attribute EventHandler onnoupdate
 
attribute EventHandler ondownloading
 
attribute EventHandler onprogress
 
attribute EventHandler onupdateready
 
attribute EventHandler oncached
 
attribute EventHandler onobsolete
 

Member Function Documentation

◆ abort()

void DOMApplicationCache::abort ( )

◆ swapCache()

void DOMApplicationCache::swapCache ( )

◆ update()

void DOMApplicationCache::update ( )

Member Data Documentation

◆ CHECKING

const unsigned short DOMApplicationCache::CHECKING = 2

◆ DOWNLOADING

const unsigned short DOMApplicationCache::DOWNLOADING = 3

◆ IDLE

const unsigned short DOMApplicationCache::IDLE = 1

◆ OBSOLETE

const unsigned short DOMApplicationCache::OBSOLETE = 5

◆ oncached

attribute EventHandler DOMApplicationCache::oncached

◆ onchecking

attribute EventHandler DOMApplicationCache::onchecking

◆ ondownloading

attribute EventHandler DOMApplicationCache::ondownloading

◆ onerror

attribute EventHandler DOMApplicationCache::onerror

◆ onnoupdate

attribute EventHandler DOMApplicationCache::onnoupdate

◆ onobsolete

attribute EventHandler DOMApplicationCache::onobsolete

◆ onprogress

attribute EventHandler DOMApplicationCache::onprogress

◆ onupdateready

attribute EventHandler DOMApplicationCache::onupdateready

◆ status

readonly attribute unsigned short DOMApplicationCache::status

◆ UNCACHED

const unsigned short DOMApplicationCache::UNCACHED = 0

◆ UPDATEREADY

const unsigned short DOMApplicationCache::UPDATEREADY = 4

The documentation for this interface was generated from the following file: