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

Sure. I was thinking that an event handler on `Request`, maybe called `onpush` might work. You get pushes before and during response delivery. Each push turns up in the form of a `Request`, and you need to actually fetch that to get the actual response.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/51#issuecomment-110474327

Received on Tuesday, 9 June 2015 19:24:14 UTC