onconnectionstatechange property

EventHandlerNonNull<Event>? onconnectionstatechange

Implementation

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

Implementation

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