|
Name
|
Description
|
|
aborted Property
|
Returns a value that indicates whether the executor was aborted.
|
|
responseAvailable Property
|
Returns a value that indicates whether the network request returned without being aborted or timing out.
|
|
responseData Property
|
Gets the text representation of the response body.
|
|
started Property
|
Returns a value that indicates whether the executor has forwarded the request to the browser's XMLHTTP object.
|
|
statusCode Property
|
Gets the status code of the browser's XMLHTTP object.
|
|
statusText Property
|
Gets the status text from the browser's XMLHTTP object.
|
|
timedOut Property
|
Returns a value that indicates whether the executor timed out.
|
|
xml Property
|
Returns an XMLDOM object that contains the XML response from the browser's XMLHTTP object.
|