Match the XMLHttpRequest methods with their functions.
XMLHttpRequest
XMLHttpRequest methods
Report a typo
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.
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.