This documentation is archived and is not being maintained.
status property
Indicates the current status of the cache.
This property is read-only.
Syntax
| JavaScript |
ptr = object.status
|
Property values
Type: unsigned short
Value
Remarks
The status property has the following values:
- UNCACHED = 0
- IDLE = 1
- CHECKING = 2
- DOWNLOADING = 3
- UPDATEREADY = 4
- OBSOLETE = 5
See also
-
ApplicationCache