Description
The deferred.promise() method is used to return a Deferred object's Promise object.
v1.5
This method has the form:
deferred.promise([target])
Parameter | Description |
---|---|
target | Specifies the object onto which the promise methods have to be attached. |
Return Value
This form returns a Promise object.