0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-10 06:07:03 -04:00
deno/ext
Marvin Hagemeister f30a2e279a
fix(node): track SIG* listeners in process.listeners (#23890)
Some npm libraries like `signal-exit` rely on the length of the listener
array returned by `process.listeners("SIGNT")` to be correct to
function. We weren't tracking `SIG*` events there, which broke those npm
libraries.

Fixes https://github.com/denoland/deno/issues/22892
2024-05-21 23:50:43 +02:00
..
broadcast_channel 1.43.4 (#23853) 2024-05-17 01:28:38 +02:00
cache 1.43.4 (#23853) 2024-05-17 01:28:38 +02:00
canvas 1.43.4 (#23853) 2024-05-17 01:28:38 +02:00
console 1.43.4 (#23853) 2024-05-17 01:28:38 +02:00
cron 1.43.4 (#23853) 2024-05-17 01:28:38 +02:00
crypto 1.43.4 (#23853) 2024-05-17 01:28:38 +02:00
fetch 1.43.4 (#23853) 2024-05-17 01:28:38 +02:00
ffi 1.43.4 (#23853) 2024-05-17 01:28:38 +02:00
fs 1.43.4 (#23853) 2024-05-17 01:28:38 +02:00
http chore: bump deno_http version (#23866) 2024-05-21 23:50:31 +02:00
io 1.43.4 (#23853) 2024-05-17 01:28:38 +02:00
kv 1.43.4 (#23853) 2024-05-17 01:28:38 +02:00
napi 1.43.4 (#23853) 2024-05-17 01:28:38 +02:00
net 1.43.4 (#23853) 2024-05-17 01:28:38 +02:00
node fix(node): track SIG* listeners in process.listeners (#23890) 2024-05-21 23:50:43 +02:00
tls 1.43.4 (#23853) 2024-05-17 01:28:38 +02:00
url 1.43.4 (#23853) 2024-05-17 01:28:38 +02:00
web 1.43.4 (#23853) 2024-05-17 01:28:38 +02:00
webgpu 1.43.4 (#23853) 2024-05-17 01:28:38 +02:00
webidl 1.43.4 (#23853) 2024-05-17 01:28:38 +02:00
websocket 1.43.4 (#23853) 2024-05-17 01:28:38 +02:00
webstorage 1.43.4 (#23853) 2024-05-17 01:28:38 +02:00