XMLHttpRequest Question:

Explain getAllResponseHeaders ()?

Answer:

getAllResponseHeaders ():- Returns a collection of HTTP headers as string. If you want a specific header value, you can use getResponseHeader ("header name")

Read All 28 XHR2 Questions
Previous QuestionNext Question
Explain Onreadystatechange?What is responseText?