mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Made tests pass for 'jqueryui'.
This commit is contained in:
Vendored
+4
@@ -185,6 +185,10 @@ interface JQueryXHR extends XMLHttpRequest, JQueryPromise<any> {
|
||||
* Property containing the parsed response if the response Content-Type is json
|
||||
*/
|
||||
responseJSON?: any;
|
||||
/**
|
||||
* A function to be called if the request fails.
|
||||
*/
|
||||
error(xhr: JQueryXHR, textStatus: string, errorThrown: string): void;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user