diff --git a/doc/api/http2.md b/doc/api/http2.md index f3314695cfcc02..2cd39437362326 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -1012,6 +1012,15 @@ added: v8.4.0 Set to `true` if the `Http2Stream` instance was aborted abnormally. When set, the `'aborted'` event will have been emitted. +#### http2stream.bufferSize + +* {number} + +This property shows the number of characters currently buffered to be written. +See [`net.Socket.bufferSize`][] for details. + #### http2stream.close(code[, callback])