deno/ext
Daniel Osvaldo Rahmanto 1ef0d0838e
fix(ext/node): implement http.res.setHeaders (#30586)
Closes #30540

Also fixes res.writeHead implementation to parse array values correctly.
For example, `res.writeHead(200, [["foo", "bar"]])` and
`res.writeHead(200, ["foo", "bar"])` should produce the same result.

These changes allows
[parallel/test-http-response-setheaders.js](https://github.com/nodejs/node/blob/v24.2.0/test/parallel/test-http-response-setheaders.js)
to pass.
2025-09-01 23:13:03 +02:00
..
broadcast_channel 2.4.5 (#30476) 2025-08-21 13:41:58 +02:00
cache 2.4.5 (#30476) 2025-08-21 13:41:58 +02:00
canvas 2.4.5 (#30476) 2025-08-21 13:41:58 +02:00
console 2.4.5 (#30476) 2025-08-21 13:41:58 +02:00
cron 2.4.5 (#30476) 2025-08-21 13:41:58 +02:00
crypto 2.4.5 (#30476) 2025-08-21 13:41:58 +02:00
fetch feat(unstable): WebSocket headers field (#30321) 2025-08-28 11:44:59 +02:00
ffi 2.4.5 (#30476) 2025-08-21 13:41:58 +02:00
fs refactor(permissions): remove all state in permissions (#30548) 2025-08-28 13:24:09 -04:00
http feat: add tcpBacklog arg to Deno.listen{Tls} and Deno.serve (#30541) 2025-08-28 09:43:20 +02:00
io 2.4.5 (#30476) 2025-08-21 13:41:58 +02:00
kv 2.4.5 (#30476) 2025-08-21 13:41:58 +02:00
napi fix(napi): buffer finalizer is nullable (#30514) 2025-08-25 12:57:01 +02:00
net feat: add tcpBacklog arg to Deno.listen{Tls} and Deno.serve (#30541) 2025-08-28 09:43:20 +02:00
node fix(ext/node): implement http.res.setHeaders (#30586) 2025-09-01 23:13:03 +02:00
os 2.4.5 (#30476) 2025-08-21 13:41:58 +02:00
process fix: pass npm process state when spawning script in npm package via Node APIs (#30490) 2025-08-22 19:49:35 -04:00
rt_helper 2.4.5 (#30476) 2025-08-21 13:41:58 +02:00
signals 2.4.5 (#30476) 2025-08-21 13:41:58 +02:00
telemetry feat: allow disable hostname verification in TLS (#30409) 2025-08-23 10:37:57 +05:30
tls feat: allow disable hostname verification in TLS (#30409) 2025-08-23 10:37:57 +05:30
url 2.4.5 (#30476) 2025-08-21 13:41:58 +02:00
web 2.4.5 (#30476) 2025-08-21 13:41:58 +02:00
webgpu fix(ext/webgpu): add illegal constructor errors (#30500) 2025-09-01 12:33:25 +02:00
webidl 2.4.5 (#30476) 2025-08-21 13:41:58 +02:00
websocket feat(unstable): WebSocket headers field (#30321) 2025-08-28 11:44:59 +02:00
webstorage 2.4.5 (#30476) 2025-08-21 13:41:58 +02:00