Skip to content

Commit 485d137

Browse files
lgenzelisLucas Genzelis
and
Lucas Genzelis
authored
fixes wrong cache type (#688)
Co-authored-by: Lucas Genzelis <lucas@foxbox.com>
1 parent c23204f commit 485d137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const priority = {
3131
high: 'high',
3232
} as const
3333

34-
type Cache = 'low' | 'normal' | 'high'
34+
type Cache = 'immutable' | 'web' | 'cacheOnly'
3535

3636
const cacheControl = {
3737
// Ignore headers, use uri as cache key, fetch only if not in cache.

0 commit comments

Comments
 (0)