readyState property
Retrieves the current state of the object.
Syntax
| JavaScript | |
|---|
Property values
Type: Integer
-
Object is not initialized with data.
-
Object is loading its data.
-
Object has finished loading its data.
-
User can interact with the object even though it is not fully loaded.
-
Object is completely initialized.
See also
Show: