WebTransportOptions constructor

WebTransportOptions({
  1. bool allowPooling,
  2. bool requireUnreliable,
  3. JSArray<WebTransportHash> serverCertificateHashes,
  4. WebTransportCongestionControl congestionControl,
  5. int? anticipatedConcurrentIncomingUnidirectionalStreams,
  6. int? anticipatedConcurrentIncomingBidirectionalStreams,
})

Implementation

external factory WebTransportOptions({
  bool allowPooling,
  bool requireUnreliable,
  JSArray<WebTransportHash> serverCertificateHashes,
  WebTransportCongestionControl congestionControl,
  int? anticipatedConcurrentIncomingUnidirectionalStreams,
  int? anticipatedConcurrentIncomingBidirectionalStreams,
});