chore(docs): tidy Puppeteer class docs (#6181)

* Mark properties as `private` or `@internal` so they don't get
  documented.
* Fix the `@returns` on a getter which gets ignored.
This commit is contained in:
Jack Franklin
2020-07-09 14:49:27 +01:00
committed by GitHub
parent 24cb6a28ad
commit 03a87e814d
8 changed files with 20 additions and 58 deletions

View File

@@ -4,6 +4,8 @@
## Puppeteer.product property
The name of the browser that is under automation (`"chrome"` or `"firefox"`<!-- -->)
<b>Signature:</b>
```typescript