node/doc/api
Antoine du Hamel b4acf0c939
2026-03-05, Version 22.22.1 'Jod' (LTS)
build:
  * test on Python 3.14 (Christian Clauss) https://github.com/nodejs/node/pull/59983
cli:
  * mark `--heapsnapshot-near-heap-limit` as stable (Joyee Cheung) https://github.com/nodejs/node/pull/60956
crypto:
  * update root certificates to NSS 3.119 (Node.js GitHub Bot) https://github.com/nodejs/node/pull/61419
  * update root certificates to NSS 3.117 (Node.js GitHub Bot) https://github.com/nodejs/node/pull/60741
doc:
  * add avivkeller to collaborators (Aviv Keller) https://github.com/nodejs/node/pull/61115
  * add gurgunday to collaborators (Gürgün Dayıoğlu) https://github.com/nodejs/node/pull/61094
meta:
  * add Renegade334 to collaborators (Renegade334) https://github.com/nodejs/node/pull/60714

PR-URL: https://github.com/nodejs/node/pull/61947
2026-03-04 10:24:57 +01:00
..
addons.md
assert.md doc: mention constructor comparison in assert.deepStrictEqual 2026-02-24 08:39:01 +01:00
async_context.md doc: fix AsyncLocalStorage example response changes after node v18 2025-05-19 12:14:09 +02:00
async_hooks.md
buffer.md doc: clarify TypedArray properties on Buffer 2026-02-24 08:38:59 +01:00
child_process.md doc: recommend events.once to manage 'close' event 2026-02-24 00:36:42 +01:00
cli.md 2026-03-05, Version 22.22.1 'Jod' (LTS) 2026-03-04 10:24:57 +01:00
cluster.md doc: fix typed list formatting 2025-08-04 13:29:03 +02:00
console.md
corepack.md doc: clarify future Corepack removal in v25+ 2025-06-10 10:39:39 +02:00
crypto.md doc: rename x509.extKeyUsage to x509.keyUsage 2025-08-26 11:22:41 +02:00
debugger.md
deprecations.md doc: add automated migration info to deprecations 2025-10-11 20:49:16 +02:00
dgram.md doc: add reusePort error behavior to net module 2026-02-24 00:37:13 +01:00
diagnostics_channel.md http2: add diagnostics channels for client stream request body 2026-02-24 00:36:28 +01:00
dns.md doc: add missing CAA type to dns.resolveAny() & dnsPromises.resolveAny() 2026-02-19 18:46:21 +01:00
documentation.md doc: clarify release candidate stability index 2025-08-26 11:22:37 +02:00
domain.md doc: domain.add() does not accept timer objects 2026-02-24 00:36:55 +01:00
embedding.md
environment_variables.md doc: mark .env files support as stable 2025-10-11 20:49:17 +02:00
errors.md doc: refine WebAssembly error documentation 2026-02-24 08:38:57 +01:00
esm.md doc: update MDN links 2026-02-24 08:38:53 +01:00
events.md doc: format safely for doc-kit 2025-08-25 17:02:57 +02:00
fs.md doc: update MDN links 2026-02-24 08:38:53 +01:00
globals.md doc: update MDN links 2026-02-24 08:38:53 +01:00
http.md doc: fix linter issues 2026-02-24 00:36:43 +01:00
http2.md 2025-09-24, Version 22.20.0 'Jod' (LTS) 2025-09-22 18:39:21 +00:00
https.md doc: fix linter issues 2026-02-24 00:36:43 +01:00
index.md doc: add new environment variables doc page 2025-09-20 03:32:45 +00:00
inspector.md 2025-08-28, Version 22.19.0 'Jod' (LTS) 2025-08-27 00:06:26 +01:00
intl.md doc: update MDN links 2026-02-24 08:38:53 +01:00
module.md doc: mark module.register as active development 2026-02-24 00:37:00 +01:00
modules.md doc: fix pseudo code in modules.md 2026-02-24 00:36:42 +01:00
n-api.md 2025-10-20, Version 22.21.0 'Jod' (LTS) 2025-10-19 00:35:43 +02:00
net.md doc: add reusePort error behavior to net module 2026-02-24 00:37:13 +01:00
os.md doc: fix typed list formatting 2025-08-04 13:29:03 +02:00
packages.md doc: packages: example of private import switch to internal 2026-02-24 08:38:55 +01:00
path.md 2025-09-24, Version 22.20.0 'Jod' (LTS) 2025-09-22 18:39:21 +00:00
perf_hooks.md doc: fix typed list formatting 2025-08-04 13:29:03 +02:00
permissions.md permission: propagate permission model flags on spawn 2025-07-27 20:28:14 +02:00
process.md doc: clarify process.argv[1] behavior for -e/--eval 2026-02-24 08:38:59 +01:00
punycode.md doc: fix typed list formatting 2025-08-04 13:29:03 +02:00
querystring.md
readline.md doc: document error event on readline InterfaceConstructor 2026-02-24 00:37:10 +01:00
repl.md doc: fix typed list formatting 2025-08-04 13:29:03 +02:00
report.md
single-executable-applications.md doc: add missing word in single-executable-applications.md 2026-02-24 00:36:41 +01:00
sqlite.md doc: add missing history entry for sqlite.md 2026-01-13 14:34:36 +01:00
stream.md doc: instantiate resolver object 2026-02-24 00:36:28 +01:00
string_decoder.md
synopsis.md
test.md doc: missing passed, error and passed properties on TestContext 2026-02-24 00:37:11 +01:00
timers.md
tls.md doc: added requestOCSP option to tls.connect 2026-02-24 08:39:01 +01:00
tracing.md doc: fix typed list formatting 2025-08-04 13:29:03 +02:00
tty.md doc: fix typed list formatting 2025-08-04 13:29:03 +02:00
typescript.md doc: update decorator documentation to reflect actual policy 2026-02-19 18:46:02 +01:00
url.md doc: add deprecation history for url.parse 2026-02-24 08:38:57 +01:00
util.md doc: update MDN links 2026-02-24 08:38:53 +01:00
v8.md doc: add esm and cjs examples to node:v8 2026-02-24 08:38:55 +01:00
vm.md vm: make vm.Module.evaluate() conditionally synchronous 2026-02-19 18:46:01 +01:00
wasi.md doc: update MDN links 2026-02-24 08:38:53 +01:00
webcrypto.md doc,crypto: update subtle.generateKey and subtle.importKey 2025-10-11 20:49:13 +02:00
webstreams.md 2025-09-24, Version 22.20.0 'Jod' (LTS) 2025-09-22 18:39:21 +00:00
worker_threads.md doc: update MDN links 2026-02-24 08:38:53 +01:00
zlib.md doc: add missing zstd to mjs example of zlib 2026-02-24 00:37:03 +01:00