|
nsgenbind
|
import <html.idl;
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 |
| void ApplicationCache::abort | ( | ) |
| void ApplicationCache::swapCache | ( | ) |
| void ApplicationCache::update | ( | ) |
| attribute EventHandler ApplicationCache::oncached |
| attribute EventHandler ApplicationCache::onchecking |
| attribute EventHandler ApplicationCache::ondownloading |
| attribute EventHandler ApplicationCache::onerror |
| attribute EventHandler ApplicationCache::onnoupdate |
| attribute EventHandler ApplicationCache::onobsolete |
| attribute EventHandler ApplicationCache::onprogress |
| attribute EventHandler ApplicationCache::onupdateready |
| readonly attribute unsigned short ApplicationCache::status |