Archived

This forum has been archived. Please start a new discussion on GitHub.

Ice using standard Javascript promises

Are there any plans to start utilising the standard Javascript promise API so Ice can interact with promises from other frameworks - in particular when chaining promises together? The difference that seems most prominent is the use of exception() rather than catch(), but there may be many other incompatibilities under the hood.

Comments

  • xdm
    xdm La Coruña, Spain

    We will upgrade to standard promise with next major release (3.7) but work on this feature has not yet started. If you feel that you can contribute to this see our CONTRIBUTING guide.