Confirmed users
673
edits
| Line 122: | Line 122: | ||
* <link rel="offline-resource"> - Allows an application mark a resource for offline caching. | * <link rel="offline-resource"> - Allows an application mark a resource for offline caching. | ||
* [http://mxr.mozilla.org/seamonkey/source/dom/public/idl/offline/nsIDOMOfflineResourceList.idl nsIDOMOfflineResourceList.idl] - Allows applications to manage a list of offline-cached resources from script (exposed as navigator.offlineResources) | * [http://mxr.mozilla.org/seamonkey/source/dom/public/idl/offline/nsIDOMOfflineResourceList.idl nsIDOMOfflineResourceList.idl] - Allows applications to manage a list of offline-cached resources from script (exposed as navigator.offlineResources) | ||
* [http://mxr.mozilla.org/seamonkey/source/dom/public/idl/offline/ | * [http://mxr.mozilla.org/seamonkey/source/dom/public/idl/offline/nsIDOMLoadStatusList.idl nsIDOMLoadStatusList.idl] - Allows applications to monitor the loading of resources into the offline cache (exposed as navigator.pendingOfflineLoads). | ||
* isLocallyAvailable() in [http://mxr.mozilla.org/seamonkey/source/dom/public/idl/base/nsIDOMClientInformation.idl nsIDOMClientInformation.idl] - Allows applications to check if a resource is available in the offline cache. | * isLocallyAvailable() in [http://mxr.mozilla.org/seamonkey/source/dom/public/idl/base/nsIDOMClientInformation.idl nsIDOMClientInformation.idl] - Allows applications to check if a resource is available in the offline cache. | ||
* the fileList attribute in [http://mxr.mozilla.org/seamonkey/source/dom/public/idl/html/nsIDOMNSHTMLInputElement.idl nsIDOMNSHTMLInputElement.idl], which exports the interfaces in.. | * the fileList attribute in [http://mxr.mozilla.org/seamonkey/source/dom/public/idl/html/nsIDOMNSHTMLInputElement.idl nsIDOMNSHTMLInputElement.idl], which exports the interfaces in.. | ||