diff --git a/doc/api/stream.md b/doc/api/stream.md index 54521737704990..b7f83a5e1b448a 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -505,6 +505,16 @@ Is `true` after [`writable.end()`][] has been called. This property does not indicate whether the data has been flushed, for this use [`writable.writableFinished`][] instead. +##### writable.writableCorked + + +* {integer} + +Number of times [`writable.uncork()`][stream-uncork] needs to be +called in order to fully uncork the stream. + ##### writable.writableFinished