Re: [whatwg/fetch] should fetch() allow no-cors cross-origin HEAD request? (#278)

It seems I'm having a hard time articulating this, but there's a difference between:

* GET A from the network, store A, then HEAD A from the store (without body)
* HEAD A from the network (without body)

The network might very well reply differently to GET and HEAD.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/278#issuecomment-216892776

Received on Wednesday, 4 May 2016 15:03:38 UTC