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

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

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