Properties
cookies
cookies: { domain?: string; expires?: number; httpOnly?: boolean; name: string; path?: string; sameSite?: "Strict" | "Lax"; secure?: boolean; url?: string; value: string }[]
endTimestamp
endTimestamp: number
solution
solution: { headers: Record<string, any>; response: string; status: number; url: string }
Type declaration
headers: Record<string, any>
response: string
status: number
url: string
startTimestamp
startTimestamp: number
status
status: "ok" | "warning" | "error"
userAgent
userAgent: string