Skip to content

CookieOptions

reference
1 min readUpdated

Kind: Type

Source: src/utils/cookie.ts

Part of: Utils

Definition

ts
{ domain?: string expires?: Date httpOnly?: boolean maxAge?: number path?: string secure?: boolean sameSite?: 'Strict' | 'Lax' | 'None' | 'strict' | 'lax' | 'none' partitioned?: boolean priority?: 'Low' | 'Medium' | 'High' | 'low' | 'medium' | 'high' prefix?: CookiePrefixOptions } & PartitionedCookieConstraint

Was this page helpful?

Download as PDF
CookieOptions — Hono (narrator proof)