517 B
517 B
Home > puppeteer > Protocol > Network > ResourcePriority
Protocol.Network.ResourcePriority type
Loading priority of a resource request.
Signature:
export type ResourcePriority = ('VeryLow' | 'Low' | 'Medium' | 'High' | 'VeryHigh');