Re: [whatwg/fetch] HTTP/2 server push support (#51)

There's also some discussion on the semantics of server push and @mnot might write a draft on that. Fetch-wise the semantics would roughly be:

1. All push promises end up in the HTTP cache (effectively). This way they can be used for navigation. (There's many ways to put something in the HTTP cache already so that wasn't really a valid concern.)
2. Noncacheable push promises disappear together with the fetch group.

---
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/51#issuecomment-235320834

Received on Tuesday, 26 July 2016 16:17:19 UTC