mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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:
@@ -17,7 +17,7 @@ goto(url: string, options?: WaitForOptions & {
|
||||
| Parameter | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| url | string | |
|
||||
| options | WaitForOptions & { referer?: string; } | |
|
||||
| options | [WaitForOptions](./puppeteer.waitforoptions.md) & { referer?: string; } | |
|
||||
|
||||
<b>Returns:</b>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user