- From: youennf <notifications@github.com>
- Date: Thu, 03 Sep 2020 01:04:09 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 3 September 2020 08:04:25 UTC
As discussed in https://bugs.webkit.org/show_bug.cgi?id=216048, it seems Chrome and Firefox are not always obeying 'Cache-Control: no-cache' directives, at least for image loads with directives like 'Cache-Control: public, max-age=31536000, no-cache'. WebKit is currently revalidating such image loads which has a perf impact. If both Chrome and Firefox are actually skipping revalidation in some cases, it might be worth documenting that in the fetch spec. -- 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/1088
Received on Thursday, 3 September 2020 08:04:25 UTC