deferred.rejectWith( context [, args ] )Returns: Deferred
Description: Reject a Deferred object and call any failCallbacks with the given context
and args
.
-
version added: 1.5deferred.rejectWith( context [, args ] )
- contextType: ObjectContext passed to the failCallbacks as the
-