0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-08 15:21:26 -05:00
denoland-deno/ext
Marvin Hagemeister da64aa9e6d
fix(node/timers): error when passing id to clearTimeout/clearInterval (#27130)
As pointed out in https://github.com/denoland/deno/issues/27126 we used
a variable which could potentially be of type `number` instead of the
`Timeout` class instance. Ensure that we're always setting `_destroyed`
on the class instead instead.

Fixes https://github.com/denoland/deno/issues/27126
2024-11-28 15:47:29 +01:00
..
broadcast_channel 2.1.1 (#26978) 2024-11-21 12:28:20 -05:00
cache 2.1.1 (#26978) 2024-11-21 12:28:20 -05:00
canvas 2.1.1 (#26978) 2024-11-21 12:28:20 -05:00
console 2.1.1 (#26978) 2024-11-21 12:28:20 -05:00
cron 2.1.1 (#26978) 2024-11-21 12:28:20 -05:00
crypto 2.1.1 (#26978) 2024-11-21 12:28:20 -05:00
fetch fix(ext/fetch): don't throw when bodyUsed inspect after upgrade (#27088) 2024-11-28 15:47:26 +01:00
ffi 2.1.1 (#26978) 2024-11-21 12:28:20 -05:00
fs perf(compile): read embedded files as static references when UTF-8 and reading as strings (#27033) 2024-11-28 15:47:29 +01:00
http refactor(unstable): move telemetry to own ext (#27067) 2024-11-28 15:47:25 +01:00
io perf(compile): read embedded files as static references when UTF-8 and reading as strings (#27033) 2024-11-28 15:47:29 +01:00
kv 2.1.1 (#26978) 2024-11-21 12:28:20 -05:00
napi 2.1.1 (#26978) 2024-11-21 12:28:20 -05:00
net 2.1.1 (#26978) 2024-11-21 12:28:20 -05:00
node fix(node/timers): error when passing id to clearTimeout/clearInterval (#27130) 2024-11-28 15:47:29 +01:00
telemetry refactor(unstable): move telemetry to own ext (#27067) 2024-11-28 15:47:25 +01:00
tls 2.1.1 (#26978) 2024-11-21 12:28:20 -05:00
url 2.1.1 (#26978) 2024-11-21 12:28:20 -05:00
web fix(streams): reject string in ReadableStream.from type (#25116) 2024-11-28 15:47:26 +01:00
webgpu fix(ext/webgpu): use correct variable name (#27108) 2024-11-28 15:47:28 +01:00
webidl 2.1.1 (#26978) 2024-11-21 12:28:20 -05:00
websocket fix(ext/websocket): don't throw exception when sending to closed socket (#26932) 2024-11-28 15:47:21 +01:00
webstorage perf(ext/webstorage): use object wrap for Storage (#26931) 2024-11-28 15:47:27 +01:00