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> |
|