Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface default.Audits.AffectedCookie
import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { AffectedCookie } = default.Audits;

Information about a cookie that is affected by an inspector issue.

Properties

name: string

The following three properties uniquely identify a cookie

path: string
domain: string