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