Sequential API calls, do I use Promise.all or an iterative function?

后端 未结 0 412
独厮守ぢ
独厮守ぢ 2021-01-17 05:43

Taking an input array of IDs, on each item I have to sequentially execute a fetch request, and then perform a database operation using the returned results.

IDs = [1,

相关标签:
回答
  • 消灭零回复
提交回复
热议问题