Re: [whatwg/streams] Specify ReadableStream.[[Transfer]] (#623)

I've been thinking about it a bit. The transferred stream ends up with a different strategy. This is weird. But I think it's unavoidable.

For byte streams it's not too bad. The HWM may be different from the original stream. It's attractive to me to let the browser set that to some "optimal" value which depends on the transfer overhead.

For other streams I guess we just end up with the equivalent of CountQueuingStrategy(1). Not great.

We could recognise the original value CountQueuingStrategy.prototype.size and ByteLengthQueuingStrategy.prototype.size and treat them specially. That seems like such a terrible idea that I don't want to pursue it.

-- 
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/streams/pull/623#issuecomment-279888960

Received on Wednesday, 15 February 2017 01:17:20 UTC