mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
docs(new): add TSDoc comments to BrowserFetcher (#6078)
This commit is contained in:
@@ -7,9 +7,11 @@
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
product(): string;
|
||||
product(): Product;
|
||||
```
|
||||
<b>Returns:</b>
|
||||
|
||||
string
|
||||
Product
|
||||
|
||||
Returns the current `Product`<!-- -->.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user