7294dfe9c6
This PR deprecates the `createBrowserFetcher` API and requests users to import the `BrowserFetcher` directly. Fixed: #8999
22 lines
555 B
Markdown
22 lines
555 B
Markdown
---
|
|
sidebar_label: BrowserFetcher.(constructor)
|
|
---
|
|
|
|
# BrowserFetcher.(constructor)
|
|
|
|
Constructs a browser fetcher for the given options.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
class BrowserFetcher {
|
|
constructor(options?: BrowserFetcherOptions);
|
|
}
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --------- | ------------------------------------------------------------- | ----------------- |
|
|
| options | [BrowserFetcherOptions](./puppeteer.browserfetcheroptions.md) | <i>(Optional)</i> |
|