responseType 属性
String 通知服务器需要的响应格式。
默认是 String
。其他选项包括 'arraybuffer', 'blob', 'document', 'json', 'text'。某些较新的浏览器如果在执行同步请求时设置 responseType
,则可能会抛出 NS_ERROR_DOM_INVALID_ACCESS_ERR 错误。
另请参阅:MDN responseType
实现
String get responseType native;
实现
set responseType(String value) native;