Interface CookieChangeEventInit
interface CookieChangeEventInit {
bubbles?: boolean;
cancelable?: boolean;
changed?: CookieList;
composed?: boolean;
deleted?: CookieList;
}
bubbles?: boolean;
cancelable?: boolean;
changed?: CookieList;
composed?: boolean;
deleted?: CookieList;
}
Hierarchy (View Summary)
- EventInit
- CookieChangeEventInit
Index
Properties
Was this helpful?