mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
jQuery Ajax abort
This commit is contained in:
Vendored
+1
@@ -59,6 +59,7 @@ interface JQueryAjaxSettings {
|
||||
*/
|
||||
interface JQueryXHR extends XMLHttpRequest, JQueryPromise {
|
||||
overrideMimeType(mimeType: string);
|
||||
abort(statusText: string): void;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user