0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-24 06:02:18 -05:00
denoland-deno/tests/specs/run/expect_100_continue/__test__.jsonc
snek b4b02576d0
fix(ext/node): add http information support (#27381)
Implements some client and server events to improve compat.
This change makes AWS SDKs more reliable and faster in Deno.

Fixes: https://github.com/denoland/deno/issues/27239
2025-01-30 23:28:55 +01:00

4 lines
52 B
JSON

{
"args": "run -A main.cjs",
"output": "ok\n"
}