12 lines
462 B
Markdown
12 lines
462 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) > [HeavyAdReason](./puppeteer.protocol.audits.heavyadreason.md)
|
||
|
|
||
|
## Protocol.Audits.HeavyAdReason type
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export type HeavyAdReason = ('NetworkTotalLimit' | 'CpuTotalLimit' | 'CpuPeakLimit');
|
||
|
```
|