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

    Interface DownloadPreloadInfo

    Metadata returned from a preload script download request.

    interface DownloadPreloadInfo {
        error: string;
        success: boolean;
        url?: string;
    }
    Index
    error: string

    Error during preload script download.

    success: boolean

    Whether the download was successful.

    url?: string

    URL from which the preload script should be downloaded.