congestionControl property

WebTransportCongestionControl get congestionControl

Implementation

WebTransportCongestionControl get congestionControl =>
    WebTransportCongestionControl.fromValue(
        js_util.getProperty(this, 'congestionControl'));
set congestionControl (WebTransportCongestionControl newValue)

Implementation

set congestionControl(WebTransportCongestionControl newValue) {
  js_util.setProperty(this, 'congestionControl', newValue.value);
}