mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
docs(new): add TSDoc comments to Puppeteer (#6032)
This commit is contained in:
committed by
Mathias Bynens
parent
a46c78fc91
commit
f1f7339a3b
@@ -9,3 +9,8 @@
|
||||
```typescript
|
||||
get product(): string;
|
||||
```
|
||||
|
||||
## Remarks
|
||||
|
||||
The product is set by the `PUPPETEER_PRODUCT` environment variable or the `product` option in `puppeteer.launch([options])` and defaults to `chrome`<!-- -->. Firefox support is experimental.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user