congestionControl property

WebTransportCongestionControl congestionControl

Implementation

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

Implementation

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