- From: Martin Thomson <notifications@github.com>
- Date: Tue, 26 Jul 2016 07:08:54 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Tuesday, 26 July 2016 14:09:25 UTC
Trying to record the result of in-person discussion... Two options seem to be most attractive: 1. A fetch-group-local service that provides events when requests are made. See #65. 2. Attaching events to `Response` that surface when a server push is made. In both these cases, a `Request` would be generated for each server push. These could then be passed to `fetch()` to attach to the existing request and acquire the answer. This would likely need to build on `Response.clone()` to deal with the fact that multiple clients could consume the answer. --- 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-235278838
Received on Tuesday, 26 July 2016 14:09:25 UTC