How to structure this async function to get a synchronous response

前端 未结 0 1984
臣服心动
臣服心动 2020-12-17 05:42

Here\'s some example code I have:

async function getAppState() {
            return {
               appState: {
                   someBar: false
                    


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