© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Denny Trebbin
Lead Fullstack Developer. Experimenting with bleeding-edge tech. Irregularly DJ. Hobby drone pilot. Amateur photographer.
Promise is the right choice for now.
Promise.all([/* array of promises */]) .then(/* runs when all promises from the array are resolved */) .catch(/* runs when any of the promises rejects */)
In the near future you have more options.