Skip to content

Parse.Promise.when callback arguments should match the format of promises passed in #114

@braker1nine

Description

@braker1nine

For example

var p1 = Parse.Promise.as('Thing1');
var p2 = Parse.Promise.as('Thing2');
var promiseArray = [p1,p2];
Parse.Promise.when(promiseArray).then(function(results) {
  console.log(results); // should be an array containing 'Thing1' and 'Thing2'
});

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