Skip to main content
Module

x/astral/bindings/celestial.ts>Network_requestWillBeSentExtraInfo

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

Properties

Request identifier. Used to match this information to an existing requestWillBeSent event.

associatedCookies: Network_BlockedCookieWithReason[]

A list of cookies potentially associated to the requested URL. This includes both cookies sent with the request and the ones not sent; the latter are distinguished by having blockedReason field set.

Raw request headers as they will be sent over the wire.

connectTiming: Network_ConnectTiming
optional
clientSecurityState: Network_ClientSecurityState

The client security state set for the request.

optional
siteHasCookieInOtherPartition: boolean

Whether the site has partitioned cookies stored in a partition different than the current one.