puppeteer/new-docs/puppeteer.protocol.audits.heavyadreason.md

12 lines
462 B
Markdown
Raw Normal View History

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