XMLHttpRequest methods

Report a typo

Match the XMLHttpRequest methods with their functions.

Match the items from left and right columns
abort()
open()
send()
getAllResponseHeaders()
getResponseHeaders()
setRequestHeader()
overrideMimeType()
Initializes a newly-created request, or re-initializes an existing one
Returns the string containing the text of a particular header's value.
 Overrides the MIME type that the server returns.
Aborts the request it has already been sent
Sends the request
Sets the value of an HTTP request header.
Returns all response headers as a string value or returns null if there is no response.
___

Create a free account to access the full topic