Re: [whatwg/fetch] Be clearer about how Fetch creates ReadableStreams. (#781)

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