AboutSupportDeveloper GuideVersion 41.132.100.57
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.