mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
docs: replace @return with @returns (#6006)
The former is not understood by TSDoc.
This commit is contained in:
@@ -15,9 +15,11 @@ download(revision: string, progressCallback: (x: number, y: number) => void): Pr
|
||||
| Parameter | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| revision | string | |
|
||||
| progressCallback | (x: number, y: number) => void | {<!-- -->!Promise<!-- --><<!-- -->!BrowserFetcher.RevisionInfo<!-- -->><!-- -->} |
|
||||
| progressCallback | (x: number, y: number) => void | |
|
||||
|
||||
<b>Returns:</b>
|
||||
|
||||
Promise<BrowserFetcherRevisionInfo>
|
||||
|
||||
{<!-- -->!Promise<!-- --><<!-- -->!BrowserFetcher.RevisionInfo<!-- -->><!-- -->}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user