diff --git a/doc/api/http.md b/doc/api/http.md index 67339c7bfc2..4403609c996 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -2729,7 +2729,9 @@ See [`writable.uncork()`][] ### `outgoingMessage.writableCorked` * {number} @@ -2740,7 +2742,7 @@ This `outgoingMessage.writableCorked` will return the time how many ### `outgoingMessage.writableEnded` * {boolean} @@ -2752,7 +2754,7 @@ purpose, use `message.writableFinished` instead. ### `outgoingMessage.writableFinished` * {boolean} @@ -2762,7 +2764,7 @@ Readonly. `true` if all data has been flushed to the underlying system. ### `outgoingMessage.writableHighWaterMark` * {number} @@ -2777,7 +2779,7 @@ buffered by the socket. ### `outgoingMessage.writableLength` * {number} @@ -2788,7 +2790,7 @@ bytes (or objects) in the buffer ready to send. ### `outgoingMessage.writableObjectMode` * {boolean}