0 out of 2 rated this helpful - Rate this topic

readyState property

[This documentation is preliminary and is subject to change.]

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

 

 

Build date: 3/8/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ