Feature: WriteStream#bytesWritten property
Implemented a new property for writable file streams that keeps track of the bytes written (not queued). This helps when you are piping another stream to a file, and would like to know how big the file is without having to issue another stat call. closes #930
parent
e2d90185
Please register or sign in to comment