puppeteer/docs/api/puppeteer.browserfetcheroptions.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

1.4 KiB

sidebar_label
BrowserFetcherOptions

BrowserFetcherOptions interface

Signature:

export interface BrowserFetcherOptions

Properties

Property Modifiers Type Description
host? string (Optional) Determines the host that will be used for downloading.
path? string (Optional) Determines the path to download browsers to.
platform? Platform (Optional) Determines which platform the browser will be suited for.
product? 'chrome' | 'firefox' (Optional) Determines which product the BrowserFetcher is for.