AboutSupportDeveloper GuideVersion 41.129.83.2
interface RuntimeDownloadProgress {
    downloadedBytes: number;
    totalBytes: number;
}

Properties

downloadedBytes: number

The downloaded bytes of the download item.

totalBytes: number

The total size in bytes of the file.