Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
type alias Protocol.Network.CookiePriority
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { CookiePriority } = Protocol.Network;

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

definition: "Low" | "Medium" | "High"