mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-05 11:17:45 +02:00
7 lines
182 B
Plaintext
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.
|
|
|
|
|