readyState
Summary
Retrieves a value that indicates the current state of the object.
Property of dom/Documentdom/Document
Syntax
Note: This property is read-only.
var readyState = node.readyState;
Return Value
Returns an object of type StringString
Usage
The states through which an object passes are determined by that object; an object can skip certain states (for example, interactive) if those states do not apply to that object.
Related specifications
- WHATWG HTML
- Living Standard
- W3C HTML5
- Working Draft
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]