Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

readyState property

Retrieves the current state of the object.

Syntax

JavaScript

p = object.readyState

 

Property values

Type: Integer

0

Object is not initialized with data.

1

Object is loading its data.

2

Object has finished loading its data.

3

User can interact with the object even though it is not fully loaded.

4

Object is completely initialized.

See also

object
onreadystatechange

 

 

Show:
© 2017 Microsoft