Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

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

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support ? 13.0 (13.0) ? ? ?
Available in workers ? 41.0 (41.0) ? ? ?
Feature Android Chrome for Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support ? ? 13.0 (13.0) ? ? ?
Available in workers ? ? 41.0 (41.0) ? ? ?

See also

Document Tags and Contributors

 Contributors to this page: chrisdavidmills, fscholz, teoli, MHasan, kscarfone, Sheppy, tregagnon, markg
 Last updated by: chrisdavidmills,