mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Update jquery.d.ts
Added the state method to the JQueryPromise<T> interface.
This commit is contained in:
Vendored
+5
@@ -355,6 +355,11 @@ interface JQueryPromise<T> {
|
||||
*/
|
||||
progress(...progressCallbacks: any[]): JQueryPromise<T>;
|
||||
|
||||
/**
|
||||
* Determine the current state of a Deferred object.
|
||||
*/
|
||||
state(): string;
|
||||
|
||||
// Deprecated - given no typings
|
||||
pipe(doneFilter?: (x: any) => any, failFilter?: (x: any) => any, progressFilter?: (x: any) => any): JQueryPromise<any>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user