Extremely Popular
Go to Latest
type alias puppeteer.Network.CookiePriority
import { type puppeteer } from "https://dotland.deno.dev/x/fresh@1.0.2/tests/deps.ts";
const { CookiePriority } = puppeteer.Network;

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

definition: ("Low" | "Medium" | "High")