XMLHttpRequest properties

Report a typo

Match the XMLHttpRequest properties with the correct definition.

Match the items from left and right columns
readyState
response
responseText
responseType
responseURL
responseXML
status
Returns the body content of the response as a value depending on the request's responseType property
Returns the text received from a server following a request
 Returns the URL of the response or an empty string if the URL is null
Returns a document containing the HTML or XML retrieved by the request
Returns the numerical HTTP status code of the XMLHttpRequest response
Returns the state an XMLHttpRequest client is in
 Enumerated string value specifying the type of data contained in the response
___

Create a free account to access the full topic