Skip to main content
Module

x/astral/bindings/celestial.ts>Network_CookieParam

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias Network_CookieParam
import { type Network_CookieParam } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";

Cookie parameter object

definition: { name: string; value: string; url?: string; domain?: string; path?: string; secure?: boolean; httpOnly?: boolean; sameSite?: Network_CookieSameSite; expires?: Network_TimeSinceEpoch; priority?: Network_CookiePriority; sameParty?: boolean; sourceScheme?: Network_CookieSourceScheme; sourcePort?: number; partitionKey?: string; }