Skip to main content
BufferConstructor.poolSize - buffer - Node documentation
property BufferConstructor.poolSize

Usage in Deno

import { type BufferConstructor } from "node:buffer";

This is the size (in bytes) of pre-allocated internal Buffer instances used for pooling. This value may be modified.

Type

number