diff --git a/doc/api/stream.md b/doc/api/stream.md index ccdb7e4180bc32..ac51f5e5d55b0e 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