docs(new): migrate Page.ts to TSDoc (part 0 / 2) (#6104)

* docs(new): migrate Page.ts to TSDoc (part 0 / 2)

Co-authored-by: Changhao Han <changhaohan@chromium.org>
This commit is contained in:
Changhao Han
2020-06-26 09:24:56 +02:00
committed by GitHub
parent df96f16921
commit adeffbaac1
34 changed files with 394 additions and 37 deletions

View File

@@ -14,7 +14,7 @@ waitForNavigation(options?: WaitForOptions): Promise<HTTPResponse | null>;
| Parameter | Type | Description |
| --- | --- | --- |
| options | WaitForOptions | |
| options | [WaitForOptions](./puppeteer.waitforoptions.md) | |
<b>Returns:</b>