All that is needed is to mark your async function with the async keyword. This enables you to use the await keyword to resolve promises for you!
確定! 回上一頁