diff --git a/src/index.tsx b/src/index.tsx index 722e728..ade83bd 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -31,7 +31,7 @@ const priority = { high: 'high', } as const -type Cache = 'low' | 'normal' | 'high' +type Cache = 'immutable' | 'web' | 'cacheOnly' const cacheControl = { // Ignore headers, use uri as cache key, fetch only if not in cache.