mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
expand the abort jsdoc
This commit is contained in:
Vendored
+3
-1
@@ -168,7 +168,9 @@ interface JQueryXHR extends XMLHttpRequest, JQueryPromise<any> {
|
||||
*/
|
||||
overrideMimeType(mimeType: string): any;
|
||||
/**
|
||||
* Cancel the request. Pass the statusText as textStatus parameter for done callback, "canceled" will be passed if not provided.
|
||||
* Cancel the request.
|
||||
*
|
||||
* @param statusText A string passed as the textStatus parameter for the done callback. Default value: "canceled"
|
||||
*/
|
||||
abort(statusText?: string): void;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user