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