Skip to content

ICookie

David Ortner edited this page Apr 10, 2025 · 2 revisions

ICookie represents a cookie.

Signature

interface ICookie

Properties

Property Type Default Description
key string Key.
originURL URL Origin URL.
value string | null Value.
domain string Domain.
path string Path.
expires Date | null Expires.
httpOnly boolean HTTP only.
secure boolean Secure.
sameSite CookieSameSiteEnum Same site.

    Home

    Getting Started

    Use as Test Environment

Help Packages  

Examples  

API Documentation  
Clone this wiki locally