タイムライン
フルーツ中毒者
async function getBlogPosts () { const res = await fetch( 'https://api.example.com/posts', { cache: 'force-cache' }) return res.json() }
1
2
3
4