applicationCache property
Returns an ApplicationCache object.
This property is read-only.
![]() |
Syntax
| JavaScript |
|---|
ptr = object.applicationCache |
Property values
Type: ApplicationCache
Object
Remarks
You can use
cache = window.applicationCache
to create a new cache object. After you have created the cache object, you can use the swapCache and update methods to swap and update the cache.
Also, you can use this object to check the status of the cache.
See also
Show:
