Fetch is based on async and await. The example might be easier to understand like this: async function getText(file) { let x = await fetch(file);
確定! 回上一頁