async function doPut()

in cache_api/src/index.js [10:12]


    async function doPut() {
      await cache.put(url.origin, new Response('Hello world', { headers: [["cache-control", "max-age=10"]] })); 
    }