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