- From: Ben Kelly <notifications@github.com>
- Date: Thu, 10 Mar 2016 06:52:58 -0800
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Thursday, 10 March 2016 14:53:39 UTC
I think this is probably more an issue with Cache API spec not reflecting that Responses are serialized and deserialized. Its really creating a new Response on each .match(). If its a HEAD, its creating a new Response without a body. That seems reasonable and safe for opaque responses to me. (And its what we currently do in the impl.) --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/710#issuecomment-194885040
Received on Thursday, 10 March 2016 14:53:39 UTC