When I'm performing a cache.match(url)
I successfully get a response. But the response the cache is giving me has no headers and I can't understand why.
When I'm looking into the developer tools and the cache storage, I can see the headers that are stored with the corresponding request.
Does anyone know, why I cannot get the headers?