Language References
Retrieves the current state of the object being downloaded.
HTML |
N/A |
Script |
[ sState = ] object.readyState |
uninitialized |
The object is not initialized with data. |
loading |
The object is currently loading its data. |
interactive |
The object can be interacted with even though it is not fully loaded. |
complete |
The control is completely loaded. |
The property is read-only with no default value.
Each object can independently determine which of the four states it exposes.
BDO, document, FIELDSET, HTMLAREA, IMG, LINK, OBJECT, SCRIPT
onreadyStatechange