May 2017
Intermediate to advanced
448 pages
10h 10m
English
|
Method |
Description |
|
.resolve([args]) |
Sets the state of the object to resolved. |
|
.resolveWith(context, [args]) |
Sets the state of the object to resolved while making the keyword this refer to context within callbacks. |
|
.reject([args]) |
Sets the state of the object to rejected. |
|
.rejectWith(context, [args]) |
Sets the state of the object to rejected while making the keyword this refer to context within callbacks. |
|
.notify([args]) |
Executes any progress callbacks. |
|
.notifyWith(context, [args]) |
Executes any progress callbacks while making the keyword this refer to context. |
|
.promise([target]) |
Returns a promise object corresponding to this deferred object. |
Read now
Unlock full access