Async iterable stream of file content chunks.
Each chunk is a Uint8Array representing a portion of the file.
Allows streaming large files without loading entire content into memory.
Used for both reading (download) and writing (upload) operations.
Iterating the stream will fetch/produce chunks sequentially.
Async iterable stream of file content chunks. Each chunk is a Uint8Array representing a portion of the file. Allows streaming large files without loading entire content into memory.
Used for both reading (download) and writing (upload) operations. Iterating the stream will fetch/produce chunks sequentially.
IMPORT_PATH:
"@daiso-tech/core/file-storage/contracts"