MCPcopy
hub / github.com/orestbida/cookieconsent / CookieItem

Interface CookieItem

types/index.d.ts:46–62  ·  view source on GitHub ↗

* Cookie to clear

Source from the content-addressed store, hash-verified

44 * Cookie to clear
45 */
46 interface CookieItem {
47 /**
48 * Cookie name
49 */
50 name: string | RegExp
51
52 /**
53 * Expected cookie path
54 */
55 path?: string
56
57 /**
58 * Expected cookie domain. Useful if you want to erase
59 * a cookie set in the main domain, from the subdomain.
60 */
61 domain?: string
62 }
63
64 interface AutoClear {
65 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…