Mgrow
Bun

method

SharedArrayBuffer.grow

newByteLength?: number
): void;

Grows the SharedArrayBuffer to the specified size (in bytes).

MDN

size: number

Grow the SharedArrayBuffer in-place.

Referenced types

interface SharedArrayBuffer