Closed davelandry closed 5 years ago
For example, if I have 2 URLs:
.data(["url-1", "url-2"])
Depending on which URL finishes first, the resp array in the dataFormat currently gets either [data1, data2] or [data2, data1].
resp
[data1, data2]
[data2, data1]
For example, if I have 2 URLs:
Depending on which URL finishes first, the
resp
array in the dataFormat currently gets either[data1, data2]
or[data2, data1]
.