1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/ext
Florian Schwalm 082f8128b8
fix(ext/web): Prevent (De-)CompressionStream resource leak on stream cancellation (#21199)
Based on #21074 and #20741 I was looking for further potential use cases
of `TransformStream` `cancel()` method, so here go `CompressionStream`
and `DecompressionStream`.

Fixes #14212
2024-02-13 21:45:23 +00:00
..
broadcast_channel chore: forward v1.40.4 release commit to main (#22345) 2024-02-08 12:39:39 +00:00
cache chore: forward v1.40.4 release commit to main (#22345) 2024-02-08 12:39:39 +00:00
canvas chore: forward v1.40.4 release commit to main (#22345) 2024-02-08 12:39:39 +00:00
console fix(console): support NO_COLOR and colors option in all scenarios (#21910) 2024-02-12 14:35:23 +01:00
cron chore: update to Rust 1.76 (#22376) 2024-02-12 03:00:33 +00:00
crypto chore: forward v1.40.4 release commit to main (#22345) 2024-02-08 12:39:39 +00:00
fetch chore: forward v1.40.4 release commit to main (#22345) 2024-02-08 12:39:39 +00:00
ffi chore: move test_ffi and test_nap to tests/ [WIP] (#22394) 2024-02-12 13:46:50 -07:00
fs chore: forward v1.40.4 release commit to main (#22345) 2024-02-08 12:39:39 +00:00
http chore: forward v1.40.4 release commit to main (#22345) 2024-02-08 12:39:39 +00:00
io chore: forward v1.40.4 release commit to main (#22345) 2024-02-08 12:39:39 +00:00
kv chore: forward v1.40.4 release commit to main (#22345) 2024-02-08 12:39:39 +00:00
napi chore: forward v1.40.4 release commit to main (#22345) 2024-02-08 12:39:39 +00:00
net chore: cleanup ext/net/02_tls.js (#22032) 2024-02-13 20:34:36 +00:00
node fix(ext/node): export process.umask (#22348) 2024-02-13 19:46:49 +05:30
tls refactor: split integration tests from CLI (part 1) (#22308) 2024-02-09 13:33:05 -07:00
url chore: forward v1.40.4 release commit to main (#22345) 2024-02-08 12:39:39 +00:00
web fix(ext/web): Prevent (De-)CompressionStream resource leak on stream cancellation (#21199) 2024-02-13 21:45:23 +00:00
webgpu chore: forward v1.40.4 release commit to main (#22345) 2024-02-08 12:39:39 +00:00
webidl chore: forward v1.40.4 release commit to main (#22345) 2024-02-08 12:39:39 +00:00
websocket chore: move test_util/std to tests/util/std (#22402) 2024-02-13 09:22:49 -07:00
webstorage chore: forward v1.40.4 release commit to main (#22345) 2024-02-08 12:39:39 +00:00