mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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');