1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00
denoland-deno/ext
Ian Bull 282c4c262d
refactor(ext): align error messages (#25496)
Aligns the error messages in the ext/http and a few messages in the
ext/fetch folder to be in-line with the Deno style guide.

This change-set also removes some unnecessary checks in the 00_serve.ts.
These options were recently removed, so it doesn't make sense to check
for them anymore.

https://github.com/denoland/deno/issues/25269
2024-09-18 18:19:45 -07:00
..
broadcast_channel chore: upgrade deno_core (#25674) 2024-09-17 01:13:34 +00:00
cache chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
canvas chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
console fix(ext/console): prevent duplicate error printing when the cause is assigned (#25327) 2024-09-12 05:02:32 -07:00
cron chore: upgrade deno_core (#25674) 2024-09-17 01:13:34 +00:00
crypto refactor(ext/crypto): align error messages (#25440) 2024-09-05 08:20:27 +02:00
fetch refactor(ext): align error messages (#25496) 2024-09-18 18:19:45 -07:00
ffi refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508) 2024-09-16 21:39:37 +01:00
fs refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508) 2024-09-16 21:39:37 +01:00
http refactor(ext): align error messages (#25496) 2024-09-18 18:19:45 -07:00
io feat(cli): use NotCapable error for permission errors (#25431) 2024-09-10 11:12:24 -07:00
kv chore: upgrade deno_core (#25674) 2024-09-17 01:13:34 +00:00
napi refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508) 2024-09-16 21:39:37 +01:00
net chore: upgrade deno_core (#25674) 2024-09-17 01:13:34 +00:00
node feat(ext/node): add rootCertificates to node:tls (#25707) 2024-09-18 21:14:26 +02:00
node_resolver chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
tls chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
url chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
web fix(runtime): don't error child.output() on consumed stream (#25657) 2024-09-16 14:23:40 +02:00
webgpu refactor: cleanup unstable checks for WebGPU, FFI and FS APIs (#25586) 2024-09-12 12:27:16 +00:00
webidl fix(runtime): use more null proto objects again (#25040) 2024-09-06 12:52:59 +02:00
websocket refactor(ext/websocket): align error messages (#25622) 2024-09-17 15:32:12 -07:00
webstorage fix(runtime): use more null proto objects again (#25040) 2024-09-06 12:52:59 +02:00