W3cubDocs

/Ember.js 4

Class PromiseProxyMixin

public
Defined in: packages/@ember/object/promise-proxy-mixin.ts:47
Module: @ember/object/promise-proxy-mixin

catch (callback) RSVP.Promise public

Module: @ember/object/promise-proxy-mixin

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/promise-proxy-mixin

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/promise-proxy-mixin
callback
Function
returns
RSVP.Promise

An alias to the proxied promise's then.

See RSVP.Promise.then.

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