14 lines
569 B
Markdown
14 lines
569 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Audits](./puppeteer.protocol.audits.md) > [HeavyAdIssueDetails](./puppeteer.protocol.audits.heavyadissuedetails.md) > [reason](./puppeteer.protocol.audits.heavyadissuedetails.reason.md)
|
||
|
|
||
|
## Protocol.Audits.HeavyAdIssueDetails.reason property
|
||
|
|
||
|
The reason the ad was blocked, total network or cpu or peak cpu.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
reason: HeavyAdReason;
|
||
|
```
|