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.