0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-06 22:45:03 -05:00
denoland-deno/tools/node_compat/TODO.md
mash-graz 16dbbfa64a
fix(node:http) Export validateHeaderName and validateHeaderValue functions (#22616)
Modify `_http_outgoing.ts` to support the extended signature of
`validateHeaderName()` used since node v19.5.0/v18.14.0 by adding the
`label` parameter. (see:
https://nodejs.org/api/http.html#httpvalidateheadernamename-label)

Making both validation functions accessible as public exports of
`node:http`

Fixes: #22614
2024-03-10 22:46:05 +00:00

403 KiB

Remaining Node Tests

NOTE: This file should not be manually edited. Please edit tests/node_compat/config.json and run deno task setup in tools/node_compat dir instead.

Total: 2998