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
I just found this library and have started using it in apps but I would like to use the Promise.when() functionality in addition to just the .then() for each promise. Please note that your example of what should work for this use case in a browser does not work. Here's a fiddle: https://jsfiddle.net/jschulz/jwjc8qr5/
The text was updated successfully, but these errors were encountered:
I just found this library and have started using it in apps but I would like to use the
Promise.when()
functionality in addition to just the.then()
for each promise. Please note that your example of what should work for this use case in a browser does not work. Here's a fiddle: https://jsfiddle.net/jschulz/jwjc8qr5/The text was updated successfully, but these errors were encountered: