- From: Yutaka Hirano <notifications@github.com>
- Date: Mon, 10 Apr 2017 03:30:50 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 10 April 2017 10:31:24 UTC
Shouldn't "no-store" be appended for "no-store" cache mode? https://fetch.spec.whatwg.org/#concept-request-cache-mode says - "no-store": Fetch behaves as if there is no HTTP cache at all. - "reload": Fetch behaves as if there is no HTTP cache on the way to the network. Ergo, it creates a normal request and updates the HTTP cache with the response. If "no-store" cache mode is specified, the browser should not use a response stored in a HTTP proxy, I think. cc: @matto @toyoshim @tyoshino -- 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/231#issuecomment-292911571
Received on Monday, 10 April 2017 10:31:24 UTC