Skip to content

Promise.all for vector of requests #53

Open
@sirmspencer

Description

@sirmspencer

We can optionally pass in a vector of requests instead of just one. As far as I can tell they are are independently launched and the on success is fired for each when it finished. Is there any pattern we can use to mimic a promise.all? That is the multiple calls have a single on success / on failure event that is called after all of the calls resolve.

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