Class Cookie

Implements

Constructors

Properties

#domain: null | string
#expires: null | Date
#http_only: boolean
#key: string
#max_age: null | number
#path: null | string
#same_site: "Lax" | "None" | "Strict"
#secure: boolean
#value: string

Accessors

Methods