puppeteer/new-docs/puppeteer.protocol.network.resourcepriority.md

14 lines
517 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; [Network](./puppeteer.protocol.network.md) &gt; [ResourcePriority](./puppeteer.protocol.network.resourcepriority.md)
## Protocol.Network.ResourcePriority type
Loading priority of a resource request.
<b>Signature:</b>
```typescript
export type ResourcePriority = ('VeryLow' | 'Low' | 'Medium' | 'High' | 'VeryHigh');
```