AjaxTimeoutError

interface AjaxTimeoutError extends AjaxError {

  // Heredado de ajax/AjaxError
  xhr: [object Object]
  request: [object Object]
  status: [object Object]
  responseType: [object Object]
  response: [object Object]
}

Recursos adicionales

Documentación oficial en inglés

Last updated