mirror of
https://github.com/denoland/deno.git
synced 2025-10-02 23:24:37 +00:00
![]() 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. |
||
---|---|---|
.. | ||
benchmarks | ||
ops | ||
polyfills | ||
build.rs | ||
Cargo.toml | ||
clippy.toml | ||
global.rs | ||
lib.rs | ||
README.md | ||
update_node_stream.ts |
deno_node
require
and other node related functionality for Deno.