node/doc/api
Antoine du Hamel 0bd9680a84
2025-05-21, Version 22.16.0 'Jod' (LTS)
Notable changes:

deps:
  * update timezone to 2025b (Node.js GitHub Bot) https://github.com/nodejs/node/pull/57857
doc:
  * add dario-piotrowicz to collaborators (Dario Piotrowicz) https://github.com/nodejs/node/pull/58102
  * (SEMVER-MINOR) graduate multiple experimental apis (James M Snell) https://github.com/nodejs/node/pull/57765
esm:
  * (SEMVER-MINOR) graduate import.meta properties (James M Snell) https://github.com/nodejs/node/pull/58011
  * (SEMVER-MINOR) support top-level Wasm without package type (Guy Bedford) https://github.com/nodejs/node/pull/57610
sqlite:
  * (SEMVER-MINOR) add StatementSync.prototype.columns() (Colin Ihrig) https://github.com/nodejs/node/pull/57490
src:
  * (SEMVER-MINOR) set default config as `node.config.json` (Marco Ippolito) https://github.com/nodejs/node/pull/57171
  * (SEMVER-MINOR) create `THROW_ERR_OPTIONS_BEFORE_BOOTSTRAPPING` (Marco Ippolito) https://github.com/nodejs/node/pull/57016
  * (SEMVER-MINOR) add config file support (Marco Ippolito) https://github.com/nodejs/node/pull/57016
  * (SEMVER-MINOR) add ExecutionAsyncId getter for any Context (Attila Szegedi) https://github.com/nodejs/node/pull/57820
stream:
  * (SEMVER-MINOR) preserve AsyncLocalStorage context in finished() (Gürgün Dayıoğlu) https://github.com/nodejs/node/pull/57865
util:
  * (SEMVER-MINOR) add `types.isFloat16Array()` (Livia Medeiros) https://github.com/nodejs/node/pull/57879
worker:
  * (SEMVER-MINOR) add worker.getHeapStatistics() (Matteo Collina) https://github.com/nodejs/node/pull/57888

PR-URL: https://github.com/nodejs/node/pull/58388
2025-05-21 17:20:47 +02:00
..
addons.md doc: fix c++ addon hello world sample 2024-12-09 17:43:50 +00:00
assert.md assert: move CallTracker to EOL 2025-05-06 20:28:02 -07:00
async_context.md 2025-05-06, Version 24.0.0 (Current) 2025-05-06 11:26:35 -03:00
async_hooks.md doc,tools: enforce use of node: prefix 2024-07-21 15:44:27 +00:00
buffer.md buffer: move SlowBuffer to EOL 2025-05-09 19:41:31 +00:00
child_process.md 2025-04-23, Version 22.15.0 'Jod' (LTS) 2025-04-23 09:11:57 +02:00
cli.md 2025-05-21, Version 22.16.0 'Jod' (LTS) 2025-05-21 17:20:47 +02:00
cluster.md doc: move numCPUs require to top of file in cluster CJS example 2024-07-30 06:13:52 +00:00
console.md doc: add a note on console stream behavior 2024-11-02 12:37:09 +00:00
corepack.md doc: clarify future Corepack removal in v25+ 2025-04-14 03:25:03 +00:00
crypto.md doc: fix CryptoKey.algorithm type and other interfaces in webcrypto.md 2025-05-14 19:44:31 +00:00
debugger.md inspector: introduce the --inspect-wait flag 2024-05-11 18:48:30 +00:00
deprecations.md 2025-05-21, Version 22.16.0 'Jod' (LTS) 2025-05-21 17:20:47 +02:00
dgram.md dgram: support blocklist in udp 2024-12-15 14:19:27 +00:00
diagnostics_channel.md http2: add diagnostics channel 'http2.client.stream.close' 2025-05-19 08:12:41 +00:00
dns.md doc: fix linter errors 2025-04-23 08:59:33 +00:00
documentation.md doc: clarify removal of experimental API does not require a deprecation 2024-11-08 13:02:49 +00:00
domain.md
embedding.md doc: improve c++ embedder API doc 2024-11-01 03:43:53 +00:00
errors.md 2025-05-21, Version 22.16.0 'Jod' (LTS) 2025-05-21 17:20:47 +02:00
esm.md 2025-05-21, Version 22.16.0 'Jod' (LTS) 2025-05-21 17:20:47 +02:00
events.md 2025-05-21, Version 22.16.0 'Jod' (LTS) 2025-05-21 17:20:47 +02:00
fs.md fs: add support for URL for fs.glob's cwd option 2025-05-11 17:29:45 +00:00
globals.md 2025-05-06, Version 24.0.0 (Current) 2025-05-06 11:26:35 -03:00
http2.md http2: add raw header array support to h2Session.request() 2025-04-26 09:27:27 -07:00
http.md doc: fix typo of file http.md, outgoingMessage.setTimeout section 2025-05-11 14:53:14 +00:00
https.md doc: add returns for https.get 2025-04-29 20:20:21 +00:00
index.md doc: remove link to QUIC.md 2025-04-04 12:53:31 +00:00
inspector.md inspector: add protocol method Network.dataReceived 2025-05-19 14:57:27 +00:00
intl.md
module.md doc: fix linter errors 2025-04-23 08:59:33 +00:00
modules.md doc: module resolution pseudocode corrections 2025-03-22 16:34:29 +00:00
n-api.md doc: clarify napi_get_value_string_* for bufsize 0 2025-05-12 17:07:53 +00:00
net.md 2025-01-07, Version 22.13.0 'Jod' (LTS) 2025-01-07 14:36:47 -05:00
os.md build: remove support for s390 32-bit 2025-05-02 15:10:34 +02:00
packages.md doc: remove Corepack documentation 2025-03-28 14:49:59 +01:00
path.md doc: clarify path.isAbsolute is not path traversal mitigation 2025-03-02 18:48:59 +01:00
perf_hooks.md doc: remove buffered flag from performance hooks examples 2025-02-23 00:14:56 +00:00
permissions.md doc: remove comma delimiter mention on permissions doc 2025-05-14 18:06:03 +00:00
process.md 2025-05-21, Version 22.16.0 'Jod' (LTS) 2025-05-21 17:20:47 +02:00
punycode.md tools: lint js in doc/**/*.md 2024-11-20 10:10:38 +00:00
querystring.md
quic.md 2025-02-13, Version 23.8.0 (Current) 2025-02-13 18:28:25 +01:00
readline.md 2025-05-06, Version 24.0.0 (Current) 2025-05-06 11:26:35 -03:00
repl.md 2025-05-21, Version 22.16.0 'Jod' (LTS) 2025-05-21 17:20:47 +02:00
report.md 2025-01-07, Version 22.13.0 'Jod' (LTS) 2025-01-07 14:36:47 -05:00
single-executable-applications.md doc: make MDN links to global classes more consistent 2025-02-07 14:33:06 +00:00
sqlite.md 2025-05-21, Version 22.16.0 'Jod' (LTS) 2025-05-21 17:20:47 +02:00
stream.md 2025-05-06, Version 24.0.0 (Current) 2025-05-06 11:26:35 -03:00
string_decoder.md doc: add esm examples to node:string_decoder 2024-10-26 20:36:25 +00:00
synopsis.md
test.md test_runner: add level parameter to reporter.diagnostic 2025-05-19 08:28:05 +00:00
timers.md doc: add esm examples to node:timers 2024-11-20 23:26:30 +00:00
tls.md doc: fix linter errors 2025-04-23 08:59:33 +00:00
tracing.md doc: add esm examples to node:trace_events 2025-01-10 01:33:57 +00:00
tty.md doc,tty: add documentation for ReadStream and WriteStream 2024-07-19 10:53:24 +00:00
typescript.md doc: mark type stripping as release candidate 2025-04-03 12:15:40 +00:00
url.md 2025-05-06, Version 24.0.0 (Current) 2025-05-06 11:26:35 -03:00
util.md 2025-05-21, Version 22.16.0 'Jod' (LTS) 2025-05-21 17:20:47 +02:00
v8.md 2025-05-06, Version 24.0.0 (Current) 2025-05-06 11:26:35 -03:00
vm.md doc: fix misaligned options in vm.compileFunction() 2025-05-05 18:50:50 +00:00
wasi.md doc,tools: enforce use of node: prefix 2024-07-21 15:44:27 +00:00
webcrypto.md doc: fix CryptoKey.algorithm type and other interfaces in webcrypto.md 2025-05-14 19:44:31 +00:00
webstreams.md doc: add node.js streams references to Web Streams doc 2025-03-18 19:22:10 +00:00
worker_threads.md 2025-05-21, Version 22.16.0 'Jod' (LTS) 2025-05-21 17:20:47 +02:00
zlib.md doc: fix typo of file zlib.md 2025-05-03 12:08:20 +00:00