This property is a string that indicates whether or not a DOMRequest
operation has finished running.
Note: This feature is available in Web Workers.
Syntax
var state = request.readyState;
Where request is a DOMRequest
object.
This is a read-only property.
Return value
The returned value is a JavaScript string
whose value is "done" if the operation has completed or "pending" if it has not.
Specifications
Not part of any current specification.
Browser compatibility
See also
Document Tags and Contributors
Tags:
Contributors to this page:
chrisdavidmills,
fscholz,
teoli,
MHasan,
kscarfone,
Sheppy,
tregagnon,
markg
Last updated by:
chrisdavidmills,