- From: Jan Olaf Krems <notifications@github.com>
- Date: Mon, 13 Apr 2015 16:36:06 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Monday, 13 April 2015 23:36:33 UTC
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