0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-16 02:26:08 -05:00
denoland-deno/ext
Satya Rohith e857039990
fix(ext/node): fix grpc error_handling example (#23755)
gRPC depends only on the END_STREAM flag to emit "trailers" event which
is responsible to propagate the errors correctly. This patch uses
Body::is_end_stream() to determine if a stream will end and set the
END_STREAM flag.

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2024-05-17 00:41:23 +02:00
..
broadcast_channel 1.43.3 (#23770) 2024-05-10 15:53:21 -04:00
cache 1.43.3 (#23770) 2024-05-10 15:53:21 -04:00
canvas chore: cleanup unused dependencies (#23787) 2024-05-17 00:41:19 +02:00
console fix(runtime): output to stderr with colors if a tty and stdout is piped (#23813) 2024-05-17 00:41:21 +02:00
cron 1.43.3 (#23770) 2024-05-10 15:53:21 -04:00
crypto chore: cleanup unused dependencies (#23787) 2024-05-17 00:41:19 +02:00
fetch chore: cleanup unused dependencies (#23787) 2024-05-17 00:41:19 +02:00
ffi chore: cleanup unused dependencies (#23787) 2024-05-17 00:41:19 +02:00
fs chore: cleanup unused dependencies (#23787) 2024-05-17 00:41:19 +02:00
http 1.43.3 (#23770) 2024-05-10 15:53:21 -04:00
io 1.43.3 (#23770) 2024-05-10 15:53:21 -04:00
kv chore: cleanup unused dependencies (#23787) 2024-05-17 00:41:19 +02:00
napi 1.43.3 (#23770) 2024-05-10 15:53:21 -04:00
net chore: cleanup unused dependencies (#23787) 2024-05-17 00:41:19 +02:00
node fix(ext/node): fix grpc error_handling example (#23755) 2024-05-17 00:41:23 +02:00
tls chore: cleanup unused dependencies (#23787) 2024-05-17 00:41:19 +02:00
url chore: cleanup unused dependencies (#23787) 2024-05-17 00:41:19 +02:00
web fix(ext/web): update ongoing promise in async iterator return() method (#23642) 2024-05-17 00:41:19 +02:00
webgpu chore: cleanup unused dependencies (#23787) 2024-05-17 00:41:19 +02:00
webidl 1.43.3 (#23770) 2024-05-10 15:53:21 -04:00
websocket 1.43.3 (#23770) 2024-05-10 15:53:21 -04:00
webstorage chore: cleanup unused dependencies (#23787) 2024-05-17 00:41:19 +02:00