- From: Ben Kelly <notifications@github.com>
- Date: Mon, 29 Aug 2016 08:22:50 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Monday, 29 August 2016 15:23:19 UTC
I think a difference between something like image cache and preload cache is where they are tied into the stack. In my fuzzy view of the universe: * Preload cache is consulted at the network layer, similar to http cache. This would be below the service worker. * Image cache is consulted at the DOM layer by <img> element loading, etc. This would be above the service worker. Maybe that is an incorrect view of the world. I think if we want these caches to be spec'd similarly, though, we may want to align where they are accessed in the stack. -- 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/354#issuecomment-243156999
Received on Monday, 29 August 2016 15:23:19 UTC