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

> Given that, afaik, every implementation has one. Yes? Which is what we're after here.. :)

Gecko at least does not have a memory cache like chromium.  We have things like image cache, but that is defined in the html spec.

>From my perspective the thing I want to know about these caches is:

Do they sit above or below the network stack where service worker interception occurs?

SW sits above the http cache and below the image cache in the spec today.

-- 
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-357995100

Received on Tuesday, 16 January 2018 15:24:03 UTC