AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface RuntimeDownloadProgress

    interface RuntimeDownloadProgress {
        downloadedBytes: number;
        totalBytes: number;
    }
    Index
    downloadedBytes: number

    The downloaded bytes of the download item.

    totalBytes: number

    The total size in bytes of the file.