2022-08-06 14:49:20 +00:00
|
|
|
---
|
|
|
|
sidebar_label: JSCoverageOptions.reportAnonymousScripts
|
|
|
|
---
|
|
|
|
|
|
|
|
# JSCoverageOptions.reportAnonymousScripts property
|
|
|
|
|
|
|
|
Whether anonymous scripts generated by the page should be reported.
|
|
|
|
|
2022-10-24 14:31:12 +00:00
|
|
|
#### Signature:
|
2022-08-06 14:49:20 +00:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
interface JSCoverageOptions {
|
|
|
|
reportAnonymousScripts?: boolean;
|
|
|
|
}
|
|
|
|
```
|