Open englishm opened 8 months ago
Subprotocol Negotiation offers a way to denote that we're running MoQ over WebTransport (similar to what we can do with ALPN in the case of raw QUIC), but the current WebTransport constructor has no way to signal this yet. Add support once it does.
WebTransport
@kixelated feel free to assign to me. Not sure if anyone else cares about this.
Subprotocol Negotiation offers a way to denote that we're running MoQ over WebTransport (similar to what we can do with ALPN in the case of raw QUIC), but the current
WebTransport
constructor has no way to signal this yet. Add support once it does.