Re: [whatwg/fetch] Define the "Preload Cache" (#590)

> Yeah, that's the question really: Do preload fetches go via the preload cache? The answer isn't clear to me.

True, maybe the simplest would be to define it as reusing the same cache.

The trouble with this whole approach is that it makes preloads cancel their URLs' `pragma: no-cache` behavior. I guess that's why in Chrome only the first load uses the preloaded version and later it relies on HTTP/SW caching behavior. I guess that's the current Firefox behavior?

-- 
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/590#issuecomment-925729314

Received on Thursday, 23 September 2021 11:35:00 UTC