- From: Jake Archibald <notifications@github.com>
- Date: Fri, 26 Aug 2016 10:23:35 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Friday, 26 August 2016 17:24:02 UTC
I've typed this a few times over the past weeks, and deleted it, so it's probably still a bad idea. The "list of available images" has a lot of similarities to the preload cache. The differences are: * Items aren't discarded after use, they keep matching * The image cache can transfer between navigations We could try and merge these. `link[rel=preload]` could add options to persist the item in the cache after usage, or allow the item to persist across navigations. -- 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-242797217
Received on Friday, 26 August 2016 17:24:02 UTC