onconnecting property

EventHandlerNonNull<Event>? onconnecting

Implementation

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

Implementation

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