mirror of
https://github.com/denoland/deno.git
synced 2025-03-06 11:18:57 -05: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
4 lines
66 B
JSON
4 lines
66 B
JSON
{
|
|
"lock": false,
|
|
"importMap": "../../../../import_map.json"
|
|
}
|