[whatwg/fetch] Define a cache for H2 server push & friends (#354)

We have several features that interact with some cache that is not really defined:

* rel=prefetch
* rel=preload
* H2 server push

I think the approximate semantics we want are HTTP cache semantics. However, resources that cannot be cached should only survive the lifetime of the fetch group and can only be fetched within the scope of that fetch group (once?).

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

Received on Thursday, 4 August 2016 07:59:49 UTC