Contents

responseType

The type of response.

Declaration

attribute String responseType;
attribute XMLHttpRequestResponseType responseType;

Discussion

Valid values for this attribute are the empty string, blob, document, json, and text.

See Also

Retrieving Request Information