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