readyState
The current state of the request.
Declaration
readonly attribute int readyState;readonly attribute unsigned short readyState;Discussion
This attribute can have the following values:
0 - UNSENT1 - OPENED2 - HEADERS_RECEIVED3 - LOADING4 - DONE