7294dfe9c6
This PR deprecates the `createBrowserFetcher` API and requests users to import the `BrowserFetcher` directly. Fixed: #8999
233 B
233 B
sidebar_label |
---|
BrowserFetcherOptions.host |
BrowserFetcherOptions.host property
Determines the host that will be used for downloading.
Signature:
interface BrowserFetcherOptions {
host?: string;
}