docs(new): migrate Browser docs to TSDoc (#6070)

This commit is contained in:
Peter Marshall
2020-06-23 07:19:15 +02:00
committed by GitHub
parent 28797dee41
commit ccae54644c
37 changed files with 357 additions and 333 deletions

View File

@@ -0,0 +1,19 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [WaitForTargetOptions](./puppeteer.waitfortargetoptions.md)
## WaitForTargetOptions interface
<b>Signature:</b>
```typescript
export interface WaitForTargetOptions
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [timeout](./puppeteer.waitfortargetoptions.timeout.md) | number | Maximum wait time in milliseconds. Pass <code>0</code> to disable the timeout. |