Appearance
zeropdf / BufferSinkOptions
Interface: BufferSinkOptions
Defined in: src/internal/byte-sink.ts:35
An in-memory byte sink that collects streamed PDF output chunks and exposes them as a single Uint8Array when needed.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
maxSize? | readonly | number | Maximum total bytes the sink will accept before throwing SINK_FULL. | src/internal/byte-sink.ts:37 |