Class FileUploadChunkBuffer
Constructors
Methods
fetch
fetch( param0: { abortSignal?: AbortSignal; buffer: Buffer; index: number; maxRetries?: number; onProgress?: ProgressCallback; onProgressId?: string; parent: string; retryTimeout?: number; timeout?: number; uploadKey: string; uuid: string; },): Promise<UploadChunkResponse> Parameters
- param0: {
abortSignal?: AbortSignal;
buffer: Buffer;
index: number;
maxRetries?: number;
onProgress?: ProgressCallback;
onProgressId?: string;
parent: string;
retryTimeout?: number;
timeout?: number;
uploadKey: string;
uuid: string;
}
FileUploadChunkBuffer
Date
2/15/2024 - 4:38:09 AM
Export
FileUploadChunkBuffer