[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [ResourcePriority](./puppeteer.protocol.network.resourcepriority.md) ## Protocol.Network.ResourcePriority type Loading priority of a resource request. Signature: ```typescript export type ResourcePriority = ('VeryLow' | 'Low' | 'Medium' | 'High' | 'VeryHigh'); ```