0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-12 16:59:32 -05:00
denoland-deno/ext
snek 0098fddb10
feat(unstable): WebTransport (#27431)
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
2025-01-29 14:39:12 +00:00
..
broadcast_channel chore: forward v2.1.7 release commit to main (#27767) 2025-01-21 19:25:12 -08:00
cache feat(ext/cache): support lscache (#27628) 2025-01-28 18:51:06 +00:00
canvas chore: forward v2.1.7 release commit to main (#27767) 2025-01-21 19:25:12 -08:00
console chore: forward v2.1.7 release commit to main (#27767) 2025-01-21 19:25:12 -08:00
cron chore: forward v2.1.7 release commit to main (#27767) 2025-01-21 19:25:12 -08:00
crypto fix(ext/crypto): fix jwk key_ops validation (#27827) 2025-01-28 18:13:17 +05:30
fetch chore: forward v2.1.7 release commit to main (#27767) 2025-01-21 19:25:12 -08:00
ffi chore: forward v2.1.7 release commit to main (#27767) 2025-01-21 19:25:12 -08:00
fs feat: Deno.cwd() no longer requires --allow-read permission (#27192) 2025-01-27 15:13:59 +01:00
http chore: forward v2.1.7 release commit to main (#27767) 2025-01-21 19:25:12 -08:00
io chore: forward v2.1.7 release commit to main (#27767) 2025-01-21 19:25:12 -08:00
kv chore: forward v2.1.7 release commit to main (#27767) 2025-01-21 19:25:12 -08:00
napi chore: forward v2.1.7 release commit to main (#27767) 2025-01-21 19:25:12 -08:00
net feat(unstable): WebTransport (#27431) 2025-01-29 14:39:12 +00:00
node feat(node:http): add http information support (#27381) 2025-01-28 17:37:53 +00:00
os fix(ext/node): clear tz cache when setting process.env.TZ (#27826) 2025-01-28 18:13:41 +05:30
process fix(process/windows): correct command resolution when PATH env var not uppercase (#27846) 2025-01-28 10:46:01 -05:00
telemetry feat(unstable): support https otlp endpoints (#27743) 2025-01-22 13:07:04 +00:00
tls chore: forward v2.1.7 release commit to main (#27767) 2025-01-21 19:25:12 -08:00
url docs: jsdocs for URL web API (#27850) 2025-01-28 16:54:23 +00:00
web feat(unstable): WebTransport (#27431) 2025-01-29 14:39:12 +00:00
webgpu chore: forward v2.1.7 release commit to main (#27767) 2025-01-21 19:25:12 -08:00
webidl feat(unstable): WebTransport (#27431) 2025-01-29 14:39:12 +00:00
websocket chore: forward v2.1.7 release commit to main (#27767) 2025-01-21 19:25:12 -08:00
webstorage chore: forward v2.1.7 release commit to main (#27767) 2025-01-21 19:25:12 -08:00