[whatwg/streams] writer.desiredSize "will be null if the stream is errored" (#708)

https://streams.spec.whatwg.org/commit-snapshots/17c9fa6c075805891aad637d3395da96ab2b2d61#default-writer-desiredSize

> It will be null if the stream is errored,

It will also be null if abort() has been called but a write() or close() is still in progress. I'm not sure whether this matters enough to be more precise in the wording here.

-- 
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/issues/708

Received on Monday, 27 March 2017 10:01:57 UTC