puppeteer/new-docs/puppeteer.protocol.network.resourcepriority.md
2020-07-13 14:01:35 +01:00

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');