We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
instanceof AjaxError
1 parent 6ef2725 commit a7c2d29Copy full SHA for a7c2d29
src/internal/ajax/errors.ts
@@ -40,7 +40,6 @@ export interface AjaxError extends Error {
40
export interface AjaxErrorCtor {
41
/**
42
* Internal use only. Do not manually create instances of this type.
43
- * @internal
44
*/
45
new (message: string, xhr: XMLHttpRequest, request: AjaxRequest): AjaxError;
46
}
@@ -80,7 +79,6 @@ export interface AjaxTimeoutError extends AjaxError {}
80
79
export interface AjaxTimeoutErrorCtor {
81
82
83
84
85
new (xhr: XMLHttpRequest, request: AjaxRequest): AjaxTimeoutError;
86
0 commit comments