puppeteer/new-docs/puppeteer.protocol.profiler.scriptcoverage.md
2020-07-13 14:01:35 +01:00

23 lines
1.0 KiB
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Profiler](./puppeteer.protocol.profiler.md) &gt; [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. |