getResponseHeader
Summary
Returns the string containing the text of the specified header, or null if the response has not been received or the header does not exist.
Method of apis/xhr/XMLHttpRequestapis/xhr/XMLHttpRequest
Syntax
var = object.getResponseHeader(header);
Parameters
header
- Data-type
- String
String that specifies the response header name.
Return Value
Returns an object of type
ByteString
Attributions
Microsoft Developer Network: Windows Internet Explorer API reference Article