If I generate a non-deterministic number of promises, how do I treat them as a group to make sure that all of the promises in the group were resolved before I go into my code?
Although Iโm talking about using it jQuery.when, it looks like it requires a deterministic number of promises passed as arguments. I thought I could pass an array of promises for processing, but based on documents that I think will evaluate this array as the only promise made.
source
share