readyState property
[This documentation is preliminary and is subject to change.]
Retrieves the current state of the object.
Syntax
| JavaScript | |
|---|
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
Build date: 3/8/2012