- From: Mark Nottingham <notifications@github.com>
- Date: Sun, 19 Jul 2020 22:16:24 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 20 July 2020 05:16:36 UTC
I created some tests for the current spec; it looks like Safari passes all, Chrome has one error (it sends `Cache-Control: no-cache` instead of `max-age=0` when the mode is `no-cache`) and Firefox has a number of errors. I can get the results I need if the spec is followed (not changing `Cache-Control` when it's already set). I still think the right thing for Fetch to be doing is _not_ setting headers based upon what it thinks the developer wants. -- 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/722#issuecomment-660806939
Received on Monday, 20 July 2020 05:16:36 UTC