XMLHttpRequest Question:

Explain getAllResponseHeaders ()?

Tweet Share WhatsApp

Answer:

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

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