import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { Cookie } = default.Network;
Cookie object
Properties
size: integer
Cookie size.
optional
sameSite: CookieSameSiteCookie SameSite type.
priority: CookiePriority
Cookie Priority
sourceScheme: CookieSourceScheme
Cookie source scheme type.
sourcePort: integer
Cookie source port. Valid values are {-1, [1, 65535]}, -1 indicates an unspecified port. An unspecified port value allows protocol clients to emulate legacy cookie scope for the port. This is a temporary ability and it will be removed in the future.
Cookie partition key. The site of the top-level URL the browser was visiting at the start of the request to the endpoint that set the cookie.