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

ReadableStreams support buffering with watermarks but that capability is not exposed to `fetch`.

I have a use case where I want to download videos with `fetch` and control how much buffering happens in the background.

Eventually, I want to be able to implement something like the Chrome video tag with `fetch`. It would be great to have the capability exposed.

-- 
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

Received on Monday, 2 April 2018 15:55:06 UTC