w3c / webtransport

WebTransport is a web API for flexible data transport
https://w3c.github.io/webtransport/
Other
821 stars 51 forks source link

Add subprotocols constructor argument to WebTransport #598

Open jan-ivar opened 2 months ago

jan-ivar commented 2 months ago

Fixes #536. Right now this seems only defined for HTTP/3, so that's what I went with. Is this what we want?


Preview | Diff

jan-ivar commented 2 months ago

Meeting:

jan-ivar commented 2 months ago

Meeting:

jan-ivar commented 1 month ago

Meeting:

wilaw commented 4 weeks ago

Could we call this "applicationProtocol"? This avoids overloading the multiple references to internet protocols (UDP, QUIC, WebTransport) and instead refers to the protocol we wish to describe, which is defined completely by the application using the WebTransport connection.