For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Source code

Documentación oficial en inglés

Last updated