import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { SameSiteCookieIssueDetails } = Protocol.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
cookie: AffectedCookie
cookieWarningReasons: SameSiteCookieWarningReason[]
cookieExclusionReasons: SameSiteCookieExclusionReason[]
operation: SameSiteCookieOperation
Optionally identifies the site-for-cookies and the cookie url, which may be used by the front-end as additional context.
optional
request: AffectedRequest