Type alias DownloadPreloadInfo

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

Metadata returned from a preload script download request.

Type declaration

  • error: string

    Error during preload script download.

  • success: boolean

    Whether the download was successful.

  • Optional url?: string

    URL from which the preload script should be downloaded.

Generated using TypeDoc