Type alias DownloadPreloadOption

DownloadPreloadOption: {
    url: string;
}

Options for downloading a preload script.

Type declaration

  • url: string

    URL from which to download the preload script.

Generated using TypeDoc