nsIDOMOfflineResourceList
| IID: | 8449bce2-0d8c-4c74-ab79-b41b8d81f1c4 |
| Inherits From: | nsISupports |
Constants
Properties
readonly PRUint32 length
Enumerate the list of dynamically-managed entries.
nsIDOMEventListener oncached
nsIDOMEventListener onchecking
nsIDOMEventListener ondownloading
nsIDOMEventListener onerror
nsIDOMEventListener onnoupdate
nsIDOMEventListener onprogress
nsIDOMEventListener onupdateready
readonly PRUint16 status
Methods
void add ( DOMString uri )
DOMString item ( PRUint32 index )
void remove ( DOMString uri )
void swapCache ( )
void update ( )
Add an item to the list of dynamically-managed entries. The resource will be fetched into the application cache.
- Arguments:
- uri: The resource to add.
Remove an item from the list of dynamically-managed entries. If this was the last reference to a URI in the application cache, the cache entry will be removed.
- Arguments:
- uri: The resource to remove.
Swap in the newest version of the application cache.
Versioned application caches are not currently implemented, so this method will throw an exception.
References
This interface is the type of the following properties:
nsIDOMWindow2.applicationCache
Reference documentation is generated from Mozilla's source.
