puppeteer/docs/api/puppeteer.browserfetcheroptions.host.md
jrandolf 7294dfe9c6
feat!: deprecate createBrowserFetcher in favor of BrowserFetcher (#9079)
This PR deprecates the `createBrowserFetcher` API and requests users to
import the `BrowserFetcher` directly.

Fixed: #8999
2022-10-10 17:51:18 +02:00

233 B

sidebar_label
BrowserFetcherOptions.host

BrowserFetcherOptions.host property

Determines the host that will be used for downloading.

Signature:

interface BrowserFetcherOptions {
  host?: string;
}