getAllResponseHeaders method
[This documentation is preliminary and is subject to change.]
Returns the complete list of response headers.
Syntax
var retval = XMLHttpRequest.getAllResponseHeaders();Standards information
- XMLHttpRequest, Section 3.7.4
Parameters
This method has no parameters.
Return value
Type: StringString that receives the response headers.
Remarks
getAllResponseHeaders was introduced in Windows Internet Explorer 7.
Each name/value pair is delimited by a carriage return/line feed (CR/LF) sequence.
See also
Build date: 2/14/2012