On this page

Interface CookieStoreDeleteOptions

interface CookieStoreDeleteOptions {
    domain?: string | null;
    name: string;
    partitioned?: boolean;
    path?: string;
}
Index

Properties

domain?: string | null
name: string
partitioned?: boolean
path?: string
Was this helpful?
SDK JS
Reference
CookieStoreDeleteOptions