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
555 B
555 B
sidebar_label |
---|
BrowserFetcher.(constructor) |
BrowserFetcher.(constructor)
Constructs a browser fetcher for the given options.
Signature:
class BrowserFetcher {
constructor(options?: BrowserFetcherOptions);
}
Parameters
Parameter | Type | Description |
---|---|---|
options | BrowserFetcherOptions | (Optional) |