AboutSupportDeveloper GuideVersion 38.126.82.64

Metadata returned from a preload script download request.

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

Properties

Properties

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.