puppeteer/docs/api/puppeteer.jscoverageoptions.reportanonymousscripts.md

16 lines
289 B
Markdown
Raw Normal View History

2022-07-01 11:52:39 +00:00
---
sidebar_label: JSCoverageOptions.reportAnonymousScripts
---
# JSCoverageOptions.reportAnonymousScripts property
Whether anonymous scripts generated by the page should be reported.
**Signature:**
```typescript
interface JSCoverageOptions {
reportAnonymousScripts?: boolean;
}
```