This page is In Progress

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

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