This topic has not yet been rated - Rate this topic

status property

Indicates the current status of the cache.

This property is read-only.

Internet Explorer 10

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

 

 

Send comments about this topic to Microsoft

Build date: 11/21/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.