Re: [ServiceWorker] spec should be more explicit about accessing internal body on opaque Responses (#710)

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