Re: [whatwg/fetch] Expose Stream Watermarks (#689)

Chrome fetch() implementation doesn't buffer things __in ReadableStream__ (i.e., it's always created with CountQueuingStrategy(0)). As @domenic said, there are other layers doing buffering, so I'm not sure if exposing it makes much sense.

-- 
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/689#issuecomment-378107724

Received on Tuesday, 3 April 2018 02:27:20 UTC