[whatwg/streams] "Wait until any ongoing write finishes (i.e. the..." (#618)

https://streams.spec.whatwg.org/#rs-pipeTo-shutdown-with-action

> Wait until any ongoing write finishes \(i\.e\. the corresponding promises settle\)\.
> 

It's not clear whether this refers to the promises returned by the underlying sink's write() method, or the promises equivalent to those that would have been returned from writer.write() if we were using the public API. This may make a difference depending on the resolution of #611.

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

Received on Monday, 21 November 2016 11:47:07 UTC