import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { SetCookieRequest } = Protocol.Network;
Properties
The request-URI to associate with the setting of the cookie. This value can affect the default domain and path values of the created cookie.
optional
sameSite: CookieSameSiteCookie SameSite type.
optional
expires: TimeSinceEpochCookie expiration date, session cookie if not set
optional
priority: CookiePriorityCookie Priority type.