JSSM, a JavaScript state machine - the FSM for FSL
    Preparing search index...

    Interface CookieStoreDeleteOptions

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