I have a loop which iterates through an array of HTML elements. Each iteration makes a GET request (the url of which depends on the current element) and does some additional processing. If I wanted to signal that all requests have completed, how would I do so?I have a loop which iterates through an array o