Async arrow functions look like this for multiple arguments passed to it: const foo = async (evt, callback) => { // do something with evt // return response ...
確定! 回上一頁