browserResponseType property
Sets responseType in XMLHttpRequest for this XHR request.
Possible values
- "arraybuffer" or
null(default) - "json"
- "text" (makes streaming possible)
Implementation
String? browserResponseType;
Sets responseType in XMLHttpRequest for this XHR request.
null (default)String? browserResponseType;