Skip to main content
Http2Stream.bufferSize - http2 - Node documentation
property Http2Stream.bufferSize

Usage in Deno

import { type Http2Stream } from "node:http2";

This property shows the number of characters currently buffered to be written. See net.Socket.bufferSize for details.

Type

number