pas2js/demo/asyncawait/description.txt
2020-05-28 08:10:50 +00:00

7 lines
182 B
Plaintext

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