ExtendableCookieChangeEventInit constructor

ExtendableCookieChangeEventInit({
  1. bool bubbles,
  2. bool cancelable,
  3. bool composed,
  4. CookieList changed,
  5. CookieList deleted,
})

Implementation

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