Interface: BufferSinkOptions
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 |
|---|---|---|---|
maxSize? | readonly | number | Maximum total bytes the sink will accept before throwing SINK_FULL. |