docs(new): add TSDoc comments to Puppeteer (#6032)

This commit is contained in:
Martin Splitt
2020-06-24 16:21:46 +02:00
committed by Mathias Bynens
parent a46c78fc91
commit f1f7339a3b
18 changed files with 256 additions and 140 deletions

View File

@@ -14,9 +14,11 @@ createBrowserFetcher(options: BrowserFetcherOptions): BrowserFetcher;
| Parameter | Type | Description |
| --- | --- | --- |
| options | [BrowserFetcherOptions](./puppeteer.browserfetcheroptions.md) | |
| options | [BrowserFetcherOptions](./puppeteer.browserfetcheroptions.md) | Set of configurable options to specify the settings of the BrowserFetcher. |
<b>Returns:</b>
[BrowserFetcher](./puppeteer.browserfetcher.md)
A new BrowserFetcher instance.