diff --git a/doc/api/stream.md b/doc/api/stream.md index 08296d0f1e8341..4638c175a629ab 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -502,6 +502,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`