mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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;
}