mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-12 10:25:16 +00:00
The previous implementation tried to cache only-if-cached by changing request mode but it doesn't work because the property is readonly. However, caching responses cached with HTTP Cache again with Cache API does not make sense anyway. Just do not cache it, and leave it to HTTP cache.