|
|
|
|
|
by koakuma-chan
432 days ago
|
|
Where does that document say that WebTransport is just WebSockets over HTTP/3? The only thing in common is that both features provide reliable bi-directional streams, but WebTransport also supports unreliable streams and a bunch of other things. Please read the docs. There is also RFC 9220
Bootstrapping WebSockets with HTTP/3, which is literally WebSockets over HTTP/3. |
|