Supported file encodings for reading files.
'bytes'
Uint8Array
'utf8'
string
'blob'
File
'stream'
ReadableStream<Uint8Array>
Supported file encodings for reading files.
'bytes'(default): ReturnsUint8Array'utf8': Returns decodedstring'blob': ReturnsFileobject with metadata'stream': ReturnsReadableStream<Uint8Array>for streaming reads