Skip to main content
Go to Latest
type alias default.Network.CookiePriority
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { CookiePriority } = default.Network;

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

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