export const CACHE_VERSION = 'v7'; export const APP_SHELL = '/index.html'; export const PRECACHE_URLS = [ '/',
const CACHE_NAME = 'swr-api-v1'; const STAMP_HEADER = 'x-cached-at'; async function open() { return caches.open(CACHE_NAME); }