W3cubDocs

/Ember.js

Ember.PromiseProxyMixin (public)

Defined in: packages/ember-runtime/lib/mixins/promise_proxy.js:40
Module: ember

catch (callback) RSVP.Promise public

callback
Function
returns
RSVP.Promise

An alias to the proxied promise's catch.

See RSVP.Promise.catch.

finally (callback) RSVP.Promise public

callback
Function
returns
RSVP.Promise

An alias to the proxied promise's finally.

See RSVP.Promise.finally.

then (callback) RSVP.Promise public

callback
Function
returns
RSVP.Promise

An alias to the proxied promise's then.

See RSVP.Promise.then.

© 2017 Yehuda Katz, Tom Dale and Ember.js contributors
Licensed under the MIT License.
https://emberjs.com/api/ember/2.15/classes/Ember.PromiseProxyMixin/methods