Re: [streams] Do writable streams need separate signals for write-success vs. write-accepted? (#316)

Anecdotal information in reference to the `writableStream.write(.., cb)` question on twitter: I used the callback argument before to make sure a specific write was flushed to disk before a hard-exit of the process. Example: downloading a file to disk. We had problems (IIRC) in testium where tar files were incomplete because the process doing the download quit before the write was flushed.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/316#issuecomment-92534677

Received on Monday, 13 April 2015 23:36:33 UTC