You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Promise.all("").then(function(res) {
server.log("Resolve handler is called " + res);
}, function(res) {
server.log("Reject handler is called " + res);
});
The text was updated successfully, but these errors were encountered:
dbukhmastov
changed the title
Unexpected call of the reject handler
Unexpected call of the resolve handler after Promise.all() and Promise.race()
Mar 1, 2017
Promise.all("").then(function(res) {
server.log("Resolve handler is called " + res);
}, function(res) {
server.log("Reject handler is called " + res);
});
The text was updated successfully, but these errors were encountered: