- From: Jake Archibald <notifications@github.com>
- Date: Mon, 18 Sep 2017 03:44:15 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 18 September 2017 10:44:37 UTC
I have a somewhat similar problem. In background fetch I make fetches in parallel, but I want to read the response body as it arrives from the network. The synchronous flag is closest to what I want, but it waits for the response body before returning. "process response" is second closest, but it wants to queue a task on an event loop. I just want to process the response in prose. I may not have an event loop at this point. -- 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/536#issuecomment-330184276
Received on Monday, 18 September 2017 10:44:37 UTC