1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-01 16:51:13 -05:00
denoland-deno/ext
Florian Schwalm 7dc8c4e2a3
fix(ext/web): Prevent TextDecoderStream resource leak on stream cancellation (#21074)
This PR uses the new `cancel` method of `TransformStream` to properly
clean up the internal `TextDecoder` used in `TextDecoderStream` if the
stream is cancelled.

Fixes #13142

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2023-11-17 11:28:50 +09:00
..
broadcast_channel 1.38.1 (#21143) 2023-11-10 17:16:23 +05:30
cache 1.38.1 (#21143) 2023-11-10 17:16:23 +05:30
console 1.38.1 (#21143) 2023-11-10 17:16:23 +05:30
cron 1.38.1 (#21143) 2023-11-10 17:16:23 +05:30
crypto 1.38.1 (#21143) 2023-11-10 17:16:23 +05:30
fetch 1.38.1 (#21143) 2023-11-10 17:16:23 +05:30
ffi 1.38.1 (#21143) 2023-11-10 17:16:23 +05:30
fs 1.38.1 (#21143) 2023-11-10 17:16:23 +05:30
http 1.38.1 (#21143) 2023-11-10 17:16:23 +05:30
io 1.38.1 (#21143) 2023-11-10 17:16:23 +05:30
kv 1.38.1 (#21143) 2023-11-10 17:16:23 +05:30
napi 1.38.1 (#21143) 2023-11-10 17:16:23 +05:30
net 1.38.1 (#21143) 2023-11-10 17:16:23 +05:30
node perf: snapshot runtime ops (#21127) 2023-11-17 11:28:44 +09:00
tls 1.38.1 (#21143) 2023-11-10 17:16:23 +05:30
url 1.38.1 (#21143) 2023-11-10 17:16:23 +05:30
web fix(ext/web): Prevent TextDecoderStream resource leak on stream cancellation (#21074) 2023-11-17 11:28:50 +09:00
webidl 1.38.1 (#21143) 2023-11-10 17:16:23 +05:30
websocket 1.38.1 (#21143) 2023-11-10 17:16:23 +05:30
webstorage 1.38.1 (#21143) 2023-11-10 17:16:23 +05:30