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

The push case is really interesting as it would (I imagine) yield a request & response. Given that a response can be consumed, does it fit with the "observing" model?

The current proposal suggests that a fetch observer can exist in multiple processes at once (page & service worker). If each is given a response object, what happens if one consumes it? We may have to create a clone per process here. I don't think a single body can exist in multiple processes, currently we hand-off between the client & service worker via `fetch()` or `respondWith()`.

Also, in general, what does it mean to consume a push response? Does that take it out of the push cache ([whereever that is](https://github.com/whatwg/fetch/issues/354))?

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

Received on Wednesday, 25 January 2017 17:44:50 UTC