Skip to content

Commit a7c2d29

Browse files
authored
fix: unable to evaluate instanceof AjaxError (#6275)
1 parent 6ef2725 commit a7c2d29

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/internal/ajax/errors.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ export interface AjaxError extends Error {
4040
export interface AjaxErrorCtor {
4141
/**
4242
* Internal use only. Do not manually create instances of this type.
43-
* @internal
4443
*/
4544
new (message: string, xhr: XMLHttpRequest, request: AjaxRequest): AjaxError;
4645
}
@@ -80,7 +79,6 @@ export interface AjaxTimeoutError extends AjaxError {}
8079
export interface AjaxTimeoutErrorCtor {
8180
/**
8281
* Internal use only. Do not manually create instances of this type.
83-
* @internal
8482
*/
8583
new (xhr: XMLHttpRequest, request: AjaxRequest): AjaxTimeoutError;
8684
}

0 commit comments

Comments
 (0)