ConveyorPromise
This is a simple ES6 compliant promise.
Methods
prototype.catch(errorHandler)prototype.then(successHandler,errorHandler)prototype.success(successHandler)
Properties
prototype.belt- returns theConveyorBeltinstance this promise is on.
ConveyorDeferred
Methods
prototype.resolve()prototype.reject()prototype.catch(errorHandler)prototype.then(successHandler,errorHandler)
Properties
prototype.promise