node/doc/api
Antoine du Hamel 2022edf3e3
2026-06-24, Version 26.4.0 (Current)
Notable changes:

deps:
  * (SEMVER-MINOR) update OpenSSL build config to support compression (Tim Perry) https://github.com/nodejs/node/pull/62217
doc:
  * (SEMVER-MINOR) update `blockList` stability status to release candidate (alphaleadership) https://github.com/nodejs/node/pull/63050
fs:
  * (SEMVER-MINOR) support caller-supplied `readFile()` buffers (Matteo Collina) https://github.com/nodejs/node/pull/63634
http:
  * (SEMVER-MINOR) close pre-request sockets in `closeIdleConnections` (semimikoh) https://github.com/nodejs/node/pull/63470
loader:
  * (SEMVER-MINOR) implement package maps (Maël Nison) https://github.com/nodejs/node/pull/62239
net:
  * (SEMVER-MINOR) support `TCP_KEEPINTVL` and `TCP_KEEPCNT` in `setKeepAlive` (Guy Bedford) https://github.com/nodejs/node/pull/63825
tls:
  * (SEMVER-MINOR) add `certificateCompression` option (Tim Perry) https://github.com/nodejs/node/pull/62217
vfs:
  * (SEMVER-MINOR) dispatch `node:fs/promises` to mounted VFS instances (Matteo Collina) https://github.com/nodejs/node/pull/63537
  * (SEMVER-MINOR) add minimal `node:vfs` subsystem (Matteo Collina) https://github.com/nodejs/node/pull/63115

PR-URL: https://github.com/nodejs/node/pull/64058
2026-06-24 00:07:15 +02:00
..
addons.md build: make test-addons dependency-free 2026-05-05 16:19:34 +02:00
assert.md doc: remove unnecessary <!-- eslint- magic comments 2026-05-19 14:08:19 +02:00
async_context.md doc: fix documentation history missing 25.9.0 2026-05-06 17:55:06 +02:00
async_hooks.md
buffer.md 2026-06-01, Version 26.3.0 (Current) 2026-05-31 11:17:31 +02:00
child_process.md doc: fix inconsistencies in CJS code snippets 2026-05-19 14:08:18 +02:00
cli.md 2026-06-24, Version 26.4.0 (Current) 2026-06-24 00:07:15 +02:00
cluster.md doc: fix inconsistencies in CJS code snippets 2026-05-19 14:08:18 +02:00
console.md doc: remove unnecessary <!-- eslint- magic comments 2026-05-19 14:08:19 +02:00
crypto.md doc,crypto: mark argon2 and encap/decap as stable 2026-06-18 10:11:24 +02:00
debugger.md 2026-06-24, Version 26.4.0 (Current) 2026-06-24 00:07:15 +02:00
deprecations.md doc: fix typo in deprecations 2026-05-23 00:05:39 +02:00
dgram.md 2026-06-24, Version 26.4.0 (Current) 2026-06-24 00:07:15 +02:00
diagnostics_channel.md 2026-05-07, Version 26.1.0 (Current) 2026-05-07 00:58:03 +02:00
dns.md doc: fix a/an article typos in module, util, and dns 2026-06-18 10:10:45 +02:00
documentation.md
domain.md
embedding.md
environment_variables.md doc: fix small environment_variables typo 2026-03-18 15:48:15 +00:00
errors.md 2026-06-24, Version 26.4.0 (Current) 2026-06-24 00:07:15 +02:00
esm.md loader: implement package maps 2026-06-18 10:10:51 +02:00
events.md
ffi.md ffi: add experimental fast FFI call API for AArch64 and x86_64 2026-06-18 10:11:23 +02:00
fs.md 2026-06-24, Version 26.4.0 (Current) 2026-06-24 00:07:15 +02:00
globals.md 2026-05-05, Version 26.0.0 (Current) 2026-05-04 08:27:41 -03:00
http.md net: support TCP_KEEPINTVL and TCP_KEEPCNT in setKeepAlive 2026-06-18 10:11:21 +02:00
http2.md http2: retain header memory in session accounting 2026-06-18 10:10:45 +02:00
https.md
index.md vfs: add minimal node:vfs subsystem 2026-06-20 17:50:48 +02:00
inspector.md inspector: fix inspector.close() documented behavior 2026-06-20 16:58:12 +02:00
intl.md
module.md doc: fix a/an article typos in module, util, and dns 2026-06-18 10:10:45 +02:00
modules.md loader: implement package maps 2026-06-18 10:10:51 +02:00
n-api.md 2026-05-20, Version 26.2.0 (Current) 2026-05-20 10:01:11 +02:00
net.md 2026-06-24, Version 26.4.0 (Current) 2026-06-24 00:07:15 +02:00
os.md doc: remove unnecessary <!-- eslint- magic comments 2026-05-19 14:08:19 +02:00
packages.md 2026-06-24, Version 26.4.0 (Current) 2026-06-24 00:07:15 +02:00
path.md
perf_hooks.md doc: remove unnecessary <!-- eslint- magic comments 2026-05-19 14:08:19 +02:00
permissions.md lib,permission: add permission.drop 2026-05-27 11:35:49 +02:00
process.md 2026-06-01, Version 26.3.0 (Current) 2026-05-31 11:17:31 +02:00
punycode.md
querystring.md
quic.md 2026-06-24, Version 26.4.0 (Current) 2026-06-24 00:07:15 +02:00
readline.md
repl.md doc: fix documentation history missing 25.9.0 2026-05-06 17:55:06 +02:00
report.md
single-executable-applications.md doc: clarify SEA platform support excludes darwin-x64 2026-05-19 14:08:18 +02:00
sqlite.md doc: clarify filter option of sqlite.database.applyChangeset 2026-05-27 11:35:49 +02:00
stream.md doc: add webstreams to args for pipeline from stream/promises 2026-06-18 10:10:42 +02:00
stream_iter.md stream: refine the stream/iter backpressure 2026-06-18 10:11:24 +02:00
string_decoder.md
synopsis.md
test.md doc: fix incorrect test runner mock examples 2026-06-18 10:11:24 +02:00
timers.md
tls.md 2026-06-24, Version 26.4.0 (Current) 2026-06-24 00:07:15 +02:00
tracing.md doc: fix inconsistencies in CJS code snippets 2026-05-19 14:08:18 +02:00
tty.md doc: clarify tty raw mode applies to input processing only 2026-06-18 10:09:54 +02:00
typescript.md doc: fix the TypeScript Execute (tsx) project link 2026-05-05 23:34:21 +02:00
url.md doc: include url.resolve() in DEP0169 application deprecation 2026-03-02 23:03:53 +00:00
util.md doc: fix typo in util.md 2026-06-20 16:58:13 +02:00
v8.md doc: remove unsupported template type from v8.md 2026-05-20 10:00:11 +02:00
vfs.md 2026-06-24, Version 26.4.0 (Current) 2026-06-24 00:07:15 +02:00
vm.md doc: fix typo in vm.md 2026-06-18 10:10:51 +02:00
wasi.md doc: fix inconsistencies in CJS code snippets 2026-05-19 14:08:18 +02:00
webcrypto.md 2026-06-24, Version 26.4.0 (Current) 2026-06-24 00:07:15 +02:00
webstreams.md doc: document TransformStream transformer.cancel option 2026-05-05 16:19:18 +02:00
worker_threads.md doc: add worker_threads history entries 2026-06-18 10:09:53 +02:00
zlib.md doc: remove unnecessary <!-- eslint- magic comments 2026-05-19 14:08:19 +02:00