Extremely Popular
Go to Latest
interface puppeteer.Audits.CookieIssueDetails
import { type puppeteer } from "https://dotland.deno.dev/x/fresh@1.0.2/tests/deps.ts";
const { CookieIssueDetails } = puppeteer.Audits;

This information is currently necessary, as the front-end has a difficult time finding a specific cookie. With this, we can convey specific error information without the cookie.

Properties

optional
rawCookieLine: string
cookieWarningReasons: CookieWarningReason[]
cookieExclusionReasons: CookieExclusionReason[]
operation: CookieOperation

Optionally identifies the site-for-cookies and the cookie url, which may be used by the front-end as additional context.

optional
siteForCookies: string
optional
cookieUrl: string
optional
request: AffectedRequest