1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-22 15:10:44 -05:00
denoland-deno/tests
Yoshiya Hinosawa 0eb7f11a84 fix(ext/fetch): better error message when body resource is unavailable (#27429)
fixes #27132

When the body resource is unavailable when start reading it, the error
message is `Bad Resource ID` and that doesn't tell what's wrong very
well.

This PR changes that error message to `Cannot read body as underlying
resource unavailable`
2025-01-09 15:19:13 -05:00
..
config chore: use @std prefix for internal module specifiers (#24543) 2024-07-25 10:26:54 +10:00
ffi fix(ext/ffi): return u64/i64 as bigints from nonblocking ffi calls (#26486) 2024-10-24 09:41:38 +05:30
integration feat(unstable): add JS linting plugin infrastructure (#27416) 2025-01-09 15:19:12 -05:00
napi chore: upgrade to rust 1.82 and LLVM 19 (#26615) 2024-11-01 16:13:02 +05:30
node_compat fix(ext/node): support createConnection option in node:http.request() (#25470) 2025-01-09 15:19:07 -05:00
registry fix(outdated): ensure "Latest" version is greater than "Update" version (#27390) 2025-01-09 15:19:10 -05:00
specs fix(node): handle cjs exports with escaped chars (#27438) 2025-01-09 15:19:12 -05:00
testdata fix(compile): be more deterministic when compiling the same code in different directories (#27395) 2025-01-09 15:19:11 -05:00
unit fix(ext/fetch): better error message when body resource is unavailable (#27429) 2025-01-09 15:19:13 -05:00
unit_node fix(ext/node): add truncate method to the FileHandle class (#27389) 2025-01-09 15:19:12 -05:00
util fix(outdated): ensure "Latest" version is greater than "Update" version (#27390) 2025-01-09 15:19:10 -05:00
wpt feat(ext/web): add [[ErrorData]] slot to DOMException (#27342) 2025-01-09 15:19:07 -05:00
Cargo.toml chore: update hickory dns crates (#27137) 2024-12-05 23:03:55 +01:00
lib.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
README.md chore: continue tests/ re-org (#22396) 2024-02-12 17:13:14 -07:00

Deno Integration Tests