readyState property
Indicates the status of the request.
This property is read-only.
![]() |
Syntax
| JavaScript |
|---|
readyState = object.readyState |
Property values
Type: DOMString
The status of the request.
| Value | Condition |
|---|---|
|
The request has started, but the results of the request are not yet available. |
|
The request has completed and the results are available. |
Standards information
See also
Show:
