puppeteer/docs/api/puppeteer.jscoverage._constructor_.md

20 lines
365 B
Markdown
Raw Normal View History

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