How to tell JS to wait for the nested async function to finish before returning the value of the outer function?

后端 未结 0 1974
天命终不由人
天命终不由人 2020-12-24 08:17

I have a nested async function inside a non-async function. I want the returned value of the async function to be the returned value of the non-async function, so I\'d like

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