Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/astral/bindings/celestial.ts>Audits_AffectedCookie

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

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

definition: { name: string; path: string; domain: string; }