Skip to main content
OnReadOpts.buffer - net - Node documentation
property OnReadOpts.buffer

Usage in Deno

import { type OnReadOpts } from "node:net";

Type

Uint8Array | (() => Uint8Array)