puppeteer/docs/api/puppeteer.coverage._constructor_.md

20 lines
357 B
Markdown
Raw Normal View History

---
sidebar_label: Coverage.(constructor)
---
# Coverage.(constructor)
Constructs a new instance of the `Coverage` class
**Signature:**
```typescript
class Coverage {constructor(client: CDPSession);}
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| client | [CDPSession](./puppeteer.cdpsession.md) | |