- From: ziyunfei <notifications@github.com>
- Date: Fri, 20 May 2016 21:49:46 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc:
Received on Saturday, 21 May 2016 04:50:16 UTC
Firefox 49 implemented a new extended attribute of the Cache-Control response header - immutable, it has not been standardized yet, see [this post](http://bitsup.blogspot.com/2016/05/cache-control-immutable.html) for the details. So here is the conflict: should `fetch(aURLWithImmutableCache, {cache: "no-cache"})` send a conditional request first or use the cache directly without sending any request? Currently Firefox's behavior is the latter. --- 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/308
Received on Saturday, 21 May 2016 04:50:16 UTC