HTML DOM readyState Property (original) (raw)

Last Updated : 11 Jul, 2025

The **readyState property in HTML is used to return the loading status of the current document. This property is used for read-only.

**Syntax:

document.readyState

**Return Value: It returns a string value which is used to define the status of the current document. The one of five status are listed below:

**Example: In this example, we will use **readyState property.

HTML `

DOM readyState Property

GeeksforGeeks

DOM readyState Property

Submit

`

**Output:

**Supported Browsers: The browser supported by _DOM readyState Property are listed below: