阅读(4415) (1)

AjaxError

2020-10-09 14:03:43 更新
interface AjaxError extends Error {
  xhr: [object Object]
  request: [object Object]
  status: [object Object]
  responseType: [object Object]
  response: [object Object]
}

子界面

  • AjaxTimeoutError

物产

属性 类型
xhr [object Object]
请求 [object Object]
状态 [object Object]
responseType [object Object]
响应 [object Object]