This page is In Progress

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

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