fetch

async/awaitメモ

参考 Promise chainで書く方法 developer.mozilla.org Fetch APIについて developer.mozilla.org async/awaitについて developer.mozilla.org サンプル github.com はじめに 明示的にPromise chainで書く方法よりasync/awaitで(見かけ上)同期的に書く方が…