mirror of
https://github.com/denoland/deno.git
synced 2025-03-11 22:59:41 -04:00

Initial implementation of WebTransport client and server! This is very unstable because the interface should eventually shift to use hyper (h3 is on the [2025 roadmap](https://hyper.rs/contrib/roadmap/)) instead of manually messing with the the protocol, which will enable integration with Deno.serveHttp/etc and allow WebTransport over h2. This will also let us expose multiplexing. WebTransport stats will be a followup due to their complexity. Fixes: https://github.com/denoland/deno/issues/9017
5 lines
103 B
Text
5 lines
103 B
Text
running 1 test from ./main.ts
|
|
WebTransport ... ok ([WILDCARD])
|
|
|
|
ok | 1 passed | 0 failed ([WILDCARD])
|
|
|