interface TransferProgressEvent {
    totalBytes?: number;
    transferredBytes: number;
}

Properties

totalBytes?: number
transferredBytes: number