Files
sapper-template/app
Akihiko Odaki 7e028c825d Do not cache with Cache API if cache mode is only-if-cached
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.
2018-06-30 17:13:13 +09:00
..
2018-05-04 22:36:17 -04:00
2018-05-15 15:23:33 -07:00
2018-05-05 11:02:10 -04:00