On this page

Interface CookieChangeEventInit

interface CookieChangeEventInit {
    bubbles?: boolean;
    cancelable?: boolean;
    changed?: CookieList;
    composed?: boolean;
    deleted?: CookieList;
}

Hierarchy (View Summary)

Index

Properties

bubbles?: boolean
cancelable?: boolean
changed?: CookieList
composed?: boolean
deleted?: CookieList
Was this helpful?
SDK JS
Reference
CookieChangeEventInit