Class PromiseProxyMixin
publicDefined in: | packages/ember-runtime/lib/mixins/promise_proxy.js:39 |
---|---|
Module: | @ember/object |
catch (callback) RSVP.Promise public
Module: | @ember/object |
---|
Defined in packages/ember-runtime/lib/mixins/promise_proxy.js:182
Available since v1.3.0
- callback
- Function
- returns
- RSVP.Promise
An alias to the proxied promise's catch
.
See RSVP.Promise.catch.
finally (callback) RSVP.Promise public
Module: | @ember/object |
---|
Defined in packages/ember-runtime/lib/mixins/promise_proxy.js:195
Available since v1.3.0
- callback
- Function
- returns
- RSVP.Promise
An alias to the proxied promise's finally
.
See RSVP.Promise.finally.
then (callback) RSVP.Promise public
Module: | @ember/object |
---|
Defined in packages/ember-runtime/lib/mixins/promise_proxy.js:170
- callback
- Function
- returns
- RSVP.Promise
An alias to the proxied promise's then
.
See RSVP.Promise.then.
© 2020 Yehuda Katz, Tom Dale and Ember.js contributors
Licensed under the MIT License.
https://api.emberjs.com/ember/2.18/classes/PromiseProxyMixin/methods