mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
60 lines
632 B
Markdown
60 lines
632 B
Markdown
---
|
|
sidebar_label: JSCoverageEntry
|
|
---
|
|
|
|
# JSCoverageEntry interface
|
|
|
|
The CoverageEntry class for JavaScript
|
|
|
|
#### Signature:
|
|
|
|
```typescript
|
|
export interface JSCoverageEntry extends CoverageEntry
|
|
```
|
|
|
|
**Extends:** [CoverageEntry](./puppeteer.coverageentry.md)
|
|
|
|
## Properties
|
|
|
|
<table><thead><tr><th>
|
|
|
|
Property
|
|
|
|
</th><th>
|
|
|
|
Modifiers
|
|
|
|
</th><th>
|
|
|
|
Type
|
|
|
|
</th><th>
|
|
|
|
Description
|
|
|
|
</th><th>
|
|
|
|
Default
|
|
|
|
</th></tr></thead>
|
|
<tbody><tr><td>
|
|
|
|
<span id="rawscriptcoverage">rawScriptCoverage</span>
|
|
|
|
</td><td>
|
|
|
|
`optional`
|
|
|
|
</td><td>
|
|
|
|
Protocol.Profiler.ScriptCoverage
|
|
|
|
</td><td>
|
|
|
|
Raw V8 script coverage entry.
|
|
|
|
</td><td>
|
|
|
|
</td></tr>
|
|
</tbody></table>
|