1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-21 04:52:26 -05:00
denoland-deno/ext
Divy Srivastava e233173653
fix(ext/websocket): Fix close code without reason (#27578)
Fixes https://github.com/denoland/deno/issues/27566

The close code wasn't sent if reason was None, defaulting to 1005. This
patch allows sending close code without reason.
2025-01-08 20:07:47 +05:30
..
broadcast_channel chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
cache chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
canvas chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
console chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
cron chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
crypto chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
fetch feat(unstable): replace SpanExporter with TracerProvider (#27473) 2025-01-06 14:28:29 +01:00
ffi chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
fs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
http feat(unstable): replace SpanExporter with TracerProvider (#27473) 2025-01-06 14:28:29 +01:00
io chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
kv fix(kv): improve backoff error message and inline documentation (#27537) 2025-01-04 00:04:14 +01:00
napi chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
net refactor(quic): introduce endpoint, 0rtt, cleanup (#27444) 2025-01-06 15:24:59 +01:00
node fix(ext/node): have process global available in Node context (#27562) 2025-01-08 13:14:57 +09:00
telemetry feat(unstable): no config npm:@opentelemetry/api integration (#27541) 2025-01-06 17:00:32 +01:00
tls chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
url chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
web fix(ext/http): improve error message when underlying resource of request body unavailable (#27463) 2025-01-06 16:12:21 +09:00
webgpu chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
webidl chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
websocket fix(ext/websocket): Fix close code without reason (#27578) 2025-01-08 20:07:47 +05:30
webstorage chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00