22 lines
652 B
Markdown
22 lines
652 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [BrowserFetcher](./puppeteer.browserfetcher.md) > [(constructor)](./puppeteer.browserfetcher._constructor_.md)
|
||
|
|
||
|
## BrowserFetcher.(constructor)
|
||
|
|
||
|
Constructs a new instance of the `BrowserFetcher` class
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
constructor(projectRoot: string, options?: BrowserFetcherOptions);
|
||
|
```
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
| Parameter | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| projectRoot | string | |
|
||
|
| options | [BrowserFetcherOptions](./puppeteer.browserfetcheroptions.md) | |
|
||
|
|