mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
23 lines
1.0 KiB
Markdown
23 lines
1.0 KiB
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Profiler](./puppeteer.protocol.profiler.md) > [ScriptCoverage](./puppeteer.protocol.profiler.scriptcoverage.md)
|
||
|
|
||
|
## Protocol.Profiler.ScriptCoverage interface
|
||
|
|
||
|
Coverage data for a JavaScript script.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface ScriptCoverage
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [functions](./puppeteer.protocol.profiler.scriptcoverage.functions.md) | [FunctionCoverage](./puppeteer.protocol.profiler.functioncoverage.md)<!-- -->\[\] | Functions contained in the script that has coverage data. |
|
||
|
| [scriptId](./puppeteer.protocol.profiler.scriptcoverage.scriptid.md) | [Runtime.ScriptId](./puppeteer.protocol.runtime.scriptid.md) | JavaScript script id. |
|
||
|
| [url](./puppeteer.protocol.profiler.scriptcoverage.url.md) | string | JavaScript script name or url. |
|
||
|
|