This topic has not yet been rated - Rate this topic

ihtmlapplicationcache interface

Members

The ihtmlapplicationcache interface inherits from the IUnknown interface. ihtmlapplicationcache also has these types of members:

Methods

The ihtmlapplicationcache interface has these methods.

MethodDescription
swapCache

Swaps an old cache for a newer one.

update

Triggers the update of the existing cache. If no updates are available, an update will not be forced.

 

Properties

The ihtmlapplicationcache interface has these properties.

PropertyDescription

oncached

Event handler provided to see if the resources have been loaded into the cache.

onchecking

Event handler provided to see if the browser is in the process of checking for an update, or is attempting to download the manifest for the first time.

ondownloading

Event handler provided to determine if the browser has found an update and is downloading it, or is downloading the resources for the first time.

onerror

Event handler provided if an error has taken place.

onnoupdate

Event handler provided to indicate that the manifest has not changed.

onobsolete

Event handler provided to indicate that the application cache cannot be found.

onprogress

Event handler provided to indicate that the resources for the cache are still being downloaded.

onupdateready

Event handler provided to indicate that previously cached resources have been updated.

status

Indicates the current status of the cache.

 

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.