nsgenbind
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ApplicationCache Interface Reference

import <html.idl;

Inheritance diagram for ApplicationCache:
EventTarget

Public Member Functions

void update ()
 
void abort ()
 
void swapCache ()
 
- Public Member Functions inherited from EventTarget
void addEventListener (DOMString type, EventListener? callback, optional boolean capture=false)
 
void removeEventListener (DOMString type, EventListener? callback, optional boolean capture=false)
 
boolean dispatchEvent (Event event)
 
void addEventListener (DOMString type, EventListener? callback, optional boolean capture=false)
 
void removeEventListener (DOMString type, EventListener? callback, optional boolean capture=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
 

Detailed Description

Definition at line 1518 of file html.idl.

Member Function Documentation

◆ abort()

void ApplicationCache::abort ( )

◆ swapCache()

void ApplicationCache::swapCache ( )

◆ update()

void ApplicationCache::update ( )

Member Data Documentation

◆ CHECKING

const unsigned short ApplicationCache::CHECKING = 2

Definition at line 1523 of file html.idl.

◆ DOWNLOADING

const unsigned short ApplicationCache::DOWNLOADING = 3

Definition at line 1524 of file html.idl.

◆ IDLE

const unsigned short ApplicationCache::IDLE = 1

Definition at line 1522 of file html.idl.

◆ OBSOLETE

const unsigned short ApplicationCache::OBSOLETE = 5

Definition at line 1526 of file html.idl.

◆ oncached

attribute EventHandler ApplicationCache::oncached

Definition at line 1541 of file html.idl.

◆ onchecking

attribute EventHandler ApplicationCache::onchecking

Definition at line 1535 of file html.idl.

◆ ondownloading

attribute EventHandler ApplicationCache::ondownloading

Definition at line 1538 of file html.idl.

◆ onerror

attribute EventHandler ApplicationCache::onerror

Definition at line 1536 of file html.idl.

◆ onnoupdate

attribute EventHandler ApplicationCache::onnoupdate

Definition at line 1537 of file html.idl.

◆ onobsolete

attribute EventHandler ApplicationCache::onobsolete

Definition at line 1542 of file html.idl.

◆ onprogress

attribute EventHandler ApplicationCache::onprogress

Definition at line 1539 of file html.idl.

◆ onupdateready

attribute EventHandler ApplicationCache::onupdateready

Definition at line 1540 of file html.idl.

◆ status

readonly attribute unsigned short ApplicationCache::status

Definition at line 1527 of file html.idl.

◆ UNCACHED

const unsigned short ApplicationCache::UNCACHED = 0

Definition at line 1521 of file html.idl.

◆ UPDATEREADY

const unsigned short ApplicationCache::UPDATEREADY = 4

Definition at line 1525 of file html.idl.


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