Method XHR.getAllResponseHeaders
Get all response headers from a request.
-
Syntax
String XHR.getAllResponseHeaders()
Mapping of the native getAllResponseHeaders - Return value All response headers separated by "\r\n". If readystate is less than 3 (recieving) then null.
-
Download
Source
Unless otherwise noted all code in the JSLab Standard Library is licensed as GPLv3. See http://www.gnu.org/licenses/gpl.html for the entire license.
This function has dependencies and will not work stand-alone. Use the download button above instead of copy/paste.
