Skip to main content
Version: Next

BrowserFetcherOptions.host property

Determines the host that will be used for downloading.

Signature:

interface BrowserFetcherOptions {
host?: string;
}