vot.js - v2.4.18
    Preparing search index...

    Interface CookieStoreDeleteOptions

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