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

545 B

Home > puppeteer > Protocol > Network > CookiePriority

Protocol.Network.CookiePriority type

Represents the cookie's 'Priority' status: https://tools.ietf.org/html/draft-west-cookie-priority-00

Signature:

export type CookiePriority = ('Low' | 'Medium' | 'High');