Re: [whatwg/fetch] Aborting a fetch: The Next Generation (#447)

@rektide the difference with push is that reading a response has side-effects. It has the usual stream-based effects, but also a listener will have to explicitly claim the pushed response, which pulls it out of the H2 cache, through the HTTP cache, and into the listener.

If we're happy with giving observers the ability to claim pushed resources, it can be a listener on the fetch observer.

-- 
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/447#issuecomment-282237870

Received on Friday, 24 February 2017 08:57:55 UTC