DefaultHandlerBuilder.prototype.binaryFile(options?: Readonly<FileValueHandlerOptions>): FluentHandler
Create a new value storage handler for (opaque) binary files, using the builder's file writer.
The handler can store Uint8Array
, ArrayBuffer
and ArrayBufferView
instances.
No other types are handled.
optional
options: Readonly<FileValueHandlerOptions>
The options to control the specifics of the handler.
An object implementing the FluentHandler
interface that performs binary file writing.