@spacehq/sdk > OpenUuidFileRequest > progress
OpenUuidFileRequest.progress property
progress callback if provided will be called with bytes read from remote while opening the file.
Signature:
progress?: (bytesRead?: number) => void;
@spacehq/sdk > OpenUuidFileRequest > progress
progress callback if provided will be called with bytes read from remote while opening the file.
Signature:
progress?: (bytesRead?: number) => void;