- From: Mark Nottingham <notifications@github.com>
- Date: Tue, 07 Mar 2017 23:49:51 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 8 March 2017 07:50:25 UTC
Fixed my tests for invalidation; support is much better than I thought. Firefox and Safari TP invalidate everything correctly, but they over-invalidate (i.e., they do so even when the response is unsuccessful - 500 in this case). Safari also shows a bit of variance when hitting 'reload', but I see that in other tests too. Chrome only invalidates on POST and DELETE, regardless of whether the response is successful. See: https://github.com/mnot/web-platform-tests/tree/http-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/pull/496#issuecomment-284971120
Received on Wednesday, 8 March 2017 07:50:25 UTC