1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-26 16:09:27 -05:00
denoland-deno/ext
Matt Mastracci 2b4307af35
chore(ext/node): use BufView natively in http2 (#21688)
Node HTTP/2 was using the default h2 `Bytes` datatype when we can be
making using of `BufView` like we do in `Deno.serve`.

`fetch` and `Deno.serverHttp` can't make use of `BufView` because they
are using `reqwest` which is stuck on hyper 0.x at this time.
2024-01-04 20:34:47 +01:00
..
broadcast_channel 1.39.1 (#21667) 2023-12-21 16:46:13 +01:00
cache 1.39.1 (#21667) 2023-12-21 16:46:13 +01:00
console 1.39.1 (#21667) 2023-12-21 16:46:13 +01:00
cron 1.39.1 (#21667) 2023-12-21 16:46:13 +01:00
crypto 1.39.1 (#21667) 2023-12-21 16:46:13 +01:00
fetch chore(ext/node): use BufView natively in http2 (#21688) 2024-01-04 20:34:47 +01:00
ffi 1.39.1 (#21667) 2023-12-21 16:46:13 +01:00
fs 1.39.1 (#21667) 2023-12-21 16:46:13 +01:00
http chore(ext/node): use BufView natively in http2 (#21688) 2024-01-04 20:34:47 +01:00
io 1.39.1 (#21667) 2023-12-21 16:46:13 +01:00
kv feat(unstable): only allow http2 for kv remote backend (#21616) 2024-01-04 20:34:46 +01:00
napi 1.39.1 (#21667) 2023-12-21 16:46:13 +01:00
net 1.39.1 (#21667) 2023-12-21 16:46:13 +01:00
node chore(ext/node): use BufView natively in http2 (#21688) 2024-01-04 20:34:47 +01:00
tls 1.39.1 (#21667) 2023-12-21 16:46:13 +01:00
url 1.39.1 (#21667) 2023-12-21 16:46:13 +01:00
web 1.39.1 (#21667) 2023-12-21 16:46:13 +01:00
webgpu 1.39.1 (#21667) 2023-12-21 16:46:13 +01:00
webidl 1.39.1 (#21667) 2023-12-21 16:46:13 +01:00
websocket 1.39.1 (#21667) 2023-12-21 16:46:13 +01:00
webstorage 1.39.1 (#21667) 2023-12-21 16:46:13 +01:00