Re: [w3ctag/design-reviews] Writable Streams (#163)

About backpressure vs. [[backpressure]], I wouldn't say [[backpressure]] is an important underlying concept. The user-facing API is much more than a boolean, it's the desiredSize number which tells you "how close" you are getting to backpressure kicking in. The [[backpressure]] internal slot is more of a bookkeeping device to allow caching the computation of "desiredSize >= 0".

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/163#issuecomment-297994056

Received on Friday, 28 April 2017 13:13:39 UTC