- From: Jake Archibald <notifications@github.com>
- Date: Thu, 09 Aug 2018 16:55:36 +0000 (UTC)
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 9 August 2018 16:56:00 UTC
I'm making use of streams in background fetch, eg step 7 of https://wicg.github.io/background-fetch/#create-settled-fetches-algorithm, which is streaming an item from storage that may still be writing from another algorithm. It felt like I wanted to kind of spec-level stream concept, but I haven't thought too much about it. Anyway, the changes here don't disrupt background-fetch. The change is pretty easy. -- 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/pull/781#issuecomment-411825638
Received on Thursday, 9 August 2018 16:56:00 UTC