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.
The type of response.
attribute String responseType;attribute XMLHttpRequestResponseType responseType;Valid values for this attribute are the empty string, blob, document, json, and text.