Async /await behavioral issue

前端 未结 0 873
日久生厌
日久生厌 2020-11-29 15:27

when I call the following function like this:

  const data1 = async () => {
  const res = await server.fetch({ query: LISTINGS });
  return res;
  };
  con         


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