0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-09 21:57:40 -04:00
deno/ext
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
..
broadcast_channel chore: release ext/ crates (#27419) 2025-01-09 15:19:11 -05:00
cache chore: release ext/ crates (#27419) 2025-01-09 15:19:11 -05:00
canvas chore: release ext/ crates (#27419) 2025-01-09 15:19:11 -05:00
console chore: release ext/ crates (#27419) 2025-01-09 15:19:11 -05:00
cron chore: release ext/ crates (#27419) 2025-01-09 15:19:11 -05:00
crypto chore: release ext/ crates (#27419) 2025-01-09 15:19:11 -05:00
fetch fix(ext/fetch): better error message when body resource is unavailable (#27429) 2025-01-09 15:19:13 -05:00
ffi chore: release ext/ crates (#27419) 2025-01-09 15:19:11 -05:00
fs fix(ext/fs): do not throw for bigint ctime/mtime/atime (#27453) 2025-01-09 15:19:13 -05:00
http chore: release ext/ crates (#27419) 2025-01-09 15:19:11 -05:00
io chore: release ext/ crates (#27419) 2025-01-09 15:19:11 -05:00
kv chore: release ext/ crates (#27419) 2025-01-09 15:19:11 -05:00
napi chore: release ext/ crates (#27419) 2025-01-09 15:19:11 -05:00
net feat(unstable): Implement QUIC (#21942) 2025-01-09 15:19:12 -05:00
node fix(ext/node): add truncate method to the FileHandle class (#27389) 2025-01-09 15:19:12 -05:00
telemetry chore: release ext/ crates (#27419) 2025-01-09 15:19:11 -05:00
tls chore: release ext/ crates (#27419) 2025-01-09 15:19:11 -05:00
url chore: release ext/ crates (#27419) 2025-01-09 15:19:11 -05:00
web feat(unstable): Implement QUIC (#21942) 2025-01-09 15:19:12 -05:00
webgpu chore: release ext/ crates (#27419) 2025-01-09 15:19:11 -05:00
webidl chore: release ext/ crates (#27419) 2025-01-09 15:19:11 -05:00
websocket chore: release ext/ crates (#27419) 2025-01-09 15:19:11 -05:00
webstorage chore: release ext/ crates (#27419) 2025-01-09 15:19:11 -05:00