- From: Mark Nottingham <notifications@github.com>
- Date: Thu, 25 Jun 2020 00:45:07 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 25 June 2020 07:45:20 UTC
See [these tests](https://cache-tests.fyi/?id=cc-resp-immutable-fresh&id=cc-resp-immutable-stale#cc-response); as far as I can tell, none of the three browser engines is acting in this way. The failing test caches a response with: ~~~ Cache-Control: max-age=10000, immutable ETag: "abcd" ~~~ then pauses three seconds and makes a request with `no-cache` in the fetch init; it's expected to come from cache. -- 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#issuecomment-649323547
Received on Thursday, 25 June 2020 07:45:20 UTC