ExtendableCookieChangeEventInit constructor
ExtendableCookieChangeEventInit({
- bool bubbles,
- bool cancelable,
- bool composed,
- CookieList changed,
- CookieList deleted,
Implementation
external factory ExtendableCookieChangeEventInit({
bool bubbles,
bool cancelable,
bool composed,
CookieList changed,
CookieList deleted,
});