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

44 lines
448 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: JSCoverage.(constructor)
---
# JSCoverage.(constructor)
Constructs a new instance of the `JSCoverage` class
#### Signature:
2022-07-05 13:41:43 +00:00
```typescript
class JSCoverage {
constructor(client: CDPSession);
}
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
client
</td><td>
[CDPSession](./puppeteer.cdpsession.md)
</td><td>
</td></tr>
</tbody></table>