Interface CookieStoreDeleteOptions
interface CookieStoreDeleteOptions {
domain?: string | null;
name: string;
partitioned?: boolean;
path?: string;
}
domain?: string | null;
name: string;
partitioned?: boolean;
path?: string;
}
Index
Properties
Was this helpful?