1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext
Luca Casonato fc896e58e9
fix(ext/node): ServerResponse header array handling (#24149)
Previously res.setHeader("foo", ["bar", "baz"]) added a single header
with a value of `bar,baz`. Really this should add two separate headers.
This is visible in `set-cookie` for example.
2024-06-12 17:15:00 -07:00
..
broadcast_channel 1.44.1 (#24112) 2024-06-05 16:05:19 -07:00
cache 1.44.1 (#24112) 2024-06-05 16:05:19 -07:00
canvas 1.44.1 (#24112) 2024-06-05 16:05:19 -07:00
console 1.44.1 (#24112) 2024-06-05 16:05:19 -07:00
cron 1.44.1 (#24112) 2024-06-05 16:05:19 -07:00
crypto 1.44.1 (#24112) 2024-06-05 16:05:19 -07:00
fetch refactor: remove PermissionsContainer in deno_runtime (#24119) 2024-06-12 17:14:58 -07:00
ffi refactor: remove PermissionsContainer in deno_runtime (#24119) 2024-06-12 17:14:58 -07:00
fs fix(ext/node): lossy UTF-8 read node_modules files (#24140) 2024-06-12 17:14:59 -07:00
http fix(ext/http): print [] around ipv6 addresses (#24150) 2024-06-12 17:15:00 -07:00
io 1.44.1 (#24112) 2024-06-05 16:05:19 -07:00
kv refactor: remove PermissionsContainer in deno_runtime (#24119) 2024-06-12 17:14:58 -07:00
napi fix: Rewrite Node-API (#24101) 2024-06-12 17:15:00 -07:00
net refactor: remove PermissionsContainer in deno_runtime (#24119) 2024-06-12 17:14:58 -07:00
node fix(ext/node): ServerResponse header array handling (#24149) 2024-06-12 17:15:00 -07:00
tls 1.44.1 (#24112) 2024-06-05 16:05:19 -07:00
url 1.44.1 (#24112) 2024-06-05 16:05:19 -07:00
web fix(ext/web): correct string tag for MessageEvent (#24134) 2024-06-12 17:15:00 -07:00
webgpu 1.44.1 (#24112) 2024-06-05 16:05:19 -07:00
webidl 1.44.1 (#24112) 2024-06-05 16:05:19 -07:00
websocket fix(ext/websocket): correctly order messages when sending blobs (#24133) 2024-06-12 17:14:59 -07:00
webstorage 1.44.1 (#24112) 2024-06-05 16:05:19 -07:00