Skip to content

allSettled is out of sync with Promise.allSettled #545

Open
@pgengler

Description

@pgengler

(Apologies if this has been addressed somewhere; I searched but didn't find anything.)

The allSettled implementation in rsvp returns an object with a state key to indicate whether the corresponding promise was "fulfilled" or "rejected". However, the Stage 4 TC39 proposal for Promise.allSettled uses status as the key, so the two aren't compatible.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions