Skip to main content
Version: 19.1.0

BrowserFetcherOptions.host property

Determines the host that will be used for downloading.

Signature:

interface BrowserFetcherOptions {
host?: string;
}