XMLHttpRequest object properties
Property Description
onreadystatechange : Determines the function called when the objects readyState changes.
readyState : An integer from 0. . .4. (4 denotes the call is complete.)
ponseText : Data returned from the server as a text string (read-only).
responseXML : Data returned from the server as an XML document object (read-only).
status : HTTP status code returned by the server
statusText : HTTP status phrase returned by the server mpleted, and then check the status to see if it executed without an error. (We’ll see how to do this shortly.)
onreadystatechange : Determines the function called when the objects readyState changes.
readyState : An integer from 0. . .4. (4 denotes the call is complete.)
ponseText : Data returned from the server as a text string (read-only).
responseXML : Data returned from the server as an XML document object (read-only).
status : HTTP status code returned by the server
statusText : HTTP status phrase returned by the server mpleted, and then check the status to see if it executed without an error. (We’ll see how to do this shortly.)