0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 09:57:11 -05:00
deno/ext
Florian Schwalm 3a7abe6906
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-12 12:47:03 -07:00
..
broadcast_channel chore: forward v1.38.1 release commit to main (#21144) 2023-11-10 18:51:34 +05:30
cache chore: forward v1.38.1 release commit to main (#21144) 2023-11-10 18:51:34 +05:30
console chore: forward v1.38.1 release commit to main (#21144) 2023-11-10 18:51:34 +05:30
cron chore: forward v1.38.1 release commit to main (#21144) 2023-11-10 18:51:34 +05:30
crypto chore: forward v1.38.1 release commit to main (#21144) 2023-11-10 18:51:34 +05:30
fetch chore: forward v1.38.1 release commit to main (#21144) 2023-11-10 18:51:34 +05:30
ffi chore: forward v1.38.1 release commit to main (#21144) 2023-11-10 18:51:34 +05:30
fs chore: forward v1.38.1 release commit to main (#21144) 2023-11-10 18:51:34 +05:30
http chore: forward v1.38.1 release commit to main (#21144) 2023-11-10 18:51:34 +05:30
io chore: forward v1.38.1 release commit to main (#21144) 2023-11-10 18:51:34 +05:30
kv chore: forward v1.38.1 release commit to main (#21144) 2023-11-10 18:51:34 +05:30
napi chore: forward v1.38.1 release commit to main (#21144) 2023-11-10 18:51:34 +05:30
net chore: forward v1.38.1 release commit to main (#21144) 2023-11-10 18:51:34 +05:30
node perf: snapshot runtime ops (#21127) 2023-11-11 17:01:48 +00:00
tls chore: forward v1.38.1 release commit to main (#21144) 2023-11-10 18:51:34 +05:30
url chore: forward v1.38.1 release commit to main (#21144) 2023-11-10 18:51:34 +05:30
web fix(ext/web): Prevent TextDecoderStream resource leak on stream cancellation (#21074) 2023-11-12 12:47:03 -07:00
webidl chore: forward v1.38.1 release commit to main (#21144) 2023-11-10 18:51:34 +05:30
websocket chore: forward v1.38.1 release commit to main (#21144) 2023-11-10 18:51:34 +05:30
webstorage chore: forward v1.38.1 release commit to main (#21144) 2023-11-10 18:51:34 +05:30