async function doDelete()

in cache_api/src/index.js [19:21]


    async function doDelete() {
      await cache.delete(url.origin);
    }