Overview
Use the links in the table of contents to the left to access the documentation.
Functions
- add
- addEventListener
- dispatchEvent
- hasItem
- remove
- removeEventListener
- swapCache
- update
void add(
in DOMString uri) raises(DOMException);
void addEventListener(
in DOMString type,
in EventListener listener,
in boolean useCapture);
boolean hasItem(
in DOMString url) raises(DOMException);
void remove(
in DOMString uri) raises(DOMException);
void removeEventListener(
in DOMString type,
in EventListener listener,
in boolean useCapture);
void swapCache() raises(DOMException);
void update() raises(DOMException);
Member Data
- CHECKING
- DOWNLOADING
- IDLE
- items
- OBSOLETE
- oncached
- onchecking
- ondownloading
- onerror
- onnoupdate
- onobsolete
- onprogress
- onupdateready
- status
- UNCACHED
- UPDATEREADY
const unsigned short CHECKING = 2;
const unsigned short DOWNLOADING = 3;
const unsigned short IDLE = 1;
const unsigned short OBSOLETE = 5;
readonly attribute unsigned short status;
const unsigned short UNCACHED = 0;
const unsigned short UPDATEREADY = 4;
Last Updated: 2009-05-29