description.txt 182 B

123456
  1. This example fetches 3 files, and waits for all 3 fetches to be completion
  2. using the TJSPromise.All() function.
  3. Since there are 3 promises, the result is an array with 3 results.