deno/ext
Sravanth 863abe816e
feat(ext/node): implement FileHandle.appendFile(data[, options]) (#31301)
Part of #25554

This PR adds support for the missing `FileHandle.appendFile()` API in
the Node.js compatibility layer.
2025-11-17 08:57:04 +01:00
..
broadcast_channel refactor: merge deno_broadcast_channel into deno_web (#31198) 2025-11-06 08:36:16 +01:00
bundle 2.5.6 (#31136) 2025-10-29 23:50:18 +00:00
cache Revert "refactor: merge deno_cache into deno_web (#31183)" (#31205) 2025-11-06 09:25:55 +00:00
canvas refactor: merge deno_console into deno_web (#31185) 2025-11-05 08:46:48 +01:00
console refactor: merge deno_console into deno_web (#31185) 2025-11-05 08:46:48 +01:00
cron refactor: merge deno_console into deno_web (#31185) 2025-11-05 08:46:48 +01:00
crypto refactor: merge deno_console into deno_web (#31185) 2025-11-05 08:46:48 +01:00
fetch refactor: merge deno_console into deno_web (#31185) 2025-11-05 08:46:48 +01:00
ffi 2.5.6 (#31136) 2025-10-29 23:50:18 +00:00
fs fix(ext/node): respects flag option on fs.readfile and fs.readfilesync (#31129) 2025-10-31 09:32:36 +01:00
http 2.5.6 (#31136) 2025-10-29 23:50:18 +00:00
io 2.5.6 (#31136) 2025-10-29 23:50:18 +00:00
kv refactor: merge deno_console into deno_web (#31185) 2025-11-05 08:46:48 +01:00
napi fix(ext/napi): suppress deprecated Buffer warnings (#31245) 2025-11-11 15:02:29 +09:00
net fix(ext/signals): don't run exit hooks at non-exit times (#31269) 2025-11-14 07:15:37 +09:00
node feat(ext/node): implement FileHandle.appendFile(data[, options]) (#31301) 2025-11-17 08:57:04 +01:00
os feat(permissions): allow Deno.env.toObject() for partial env permission (#31267) 2025-11-13 18:01:26 +00:00
process feat(process): support integer signals in Deno.kill and child.kill (#31153) 2025-11-04 07:24:22 -08:00
rt_helper 2.5.6 (#31136) 2025-10-29 23:50:18 +00:00
signals fix(ext/signals): don't run exit hooks at non-exit times (#31269) 2025-11-14 07:15:37 +09:00
telemetry fix(ext/signals): don't run exit hooks at non-exit times (#31269) 2025-11-14 07:15:37 +09:00
tls 2.5.6 (#31136) 2025-10-29 23:50:18 +00:00
url refactor: merge deno_url into deno_web (#31182) 2025-11-04 10:33:51 +01:00
web fix(ext/web): Event dispatch should continue after reporting exception (#31297) 2025-11-16 02:45:29 +09:00
webgpu feat(cli): filter out common internal frames that add noise, dim and grey internal frames in stack traces (#31247) 2025-11-12 07:40:40 -08:00
webidl 2.5.6 (#31136) 2025-10-29 23:50:18 +00:00
websocket refactor: merge deno_console into deno_web (#31185) 2025-11-05 08:46:48 +01:00
webstorage 2.5.6 (#31136) 2025-10-29 23:50:18 +00:00