oncookiechange property

EventHandlerNonNull<Event>? oncookiechange

Implementation

EventHandlerNonNull? get oncookiechange =>
    js_util.getProperty(this, 'oncookiechange');
void oncookiechange=(EventHandlerNonNull<Event>? newValue)

Implementation

set oncookiechange(EventHandlerNonNull? newValue) {
  js_util.setProperty(this, 'oncookiechange', newValue);
}