property Http2Stream.bufferSize Usage in Deno```typescript import { type Http2Stream } from "node:node__http2.d.ts"; ``` This property shows the number of characters currently buffered to be written. See `net.Socket.bufferSize` for details. Type number