node/doc/api
Michaël Zasso d57af10d1b
2024-05-15, Version 22.2.0 (Current)
Notable changes:

cli:
  * (SEMVER-MINOR) allow running wasm in limited vmem with
    --disable-wasm-trap-handler (Joyee Cheung)
    https://github.com/nodejs/node/pull/52766
doc:
  * add pimterry to collaborators (Tim Perry)
    https://github.com/nodejs/node/pull/52874
fs:
  * (SEMVER-MINOR) allow 'withFileTypes' to be used with globs
    (Aviv Keller) https://github.com/nodejs/node/pull/52837
inspector:
  * (SEMVER-MINOR) introduce the `--inspect-wait` flag (Kohei Ueno)
    https://github.com/nodejs/node/pull/52734
lib,src:
  * remove --experimental-policy (Rafael Gonzaga)
    https://github.com/nodejs/node/pull/52583
perf_hooks:
  * (SEMVER-MINOR) add `deliveryType` and `responseStatus` fields
    (Matthew Aitken) https://github.com/nodejs/node/pull/51589
test_runner:
  * (SEMVER-MINOR) support test plans (Colin Ihrig)
    https://github.com/nodejs/node/pull/52860
zlib:
  * (SEMVER-MINOR) expose zlib.crc32() (Joyee Cheung)
    https://github.com/nodejs/node/pull/52692

PR-URL: https://github.com/nodejs/node/pull/52971
2024-05-15 08:45:30 +02:00
..
addons.md doc: replace "below" with "following" 2024-04-03 20:21:28 +00:00
assert.md 2024-05-15, Version 22.2.0 (Current) 2024-05-15 08:45:30 +02:00
async_context.md 2023-04-18, Version 20.0.0 (Current) 2023-04-18 13:04:39 -03:00
async_hooks.md doc: declare path on example of async_hooks.executionAsyncId() 2023-07-18 20:00:50 +00:00
buffer.md doc: use consistent plural form of "index" 2024-04-07 06:46:29 +00:00
child_process.md doc: add example for execFileSync method and ref to stdio 2024-05-12 21:21:56 +02:00
cli.md 2024-05-15, Version 22.2.0 (Current) 2024-05-15 08:45:30 +02:00
cluster.md doc: improve the documentation of the stdio option 2023-05-30 06:10:58 +00:00
console.md doc: update to align console.table row to the left 2023-11-06 16:47:53 +00:00
corepack.md doc: update pnpm link 2024-03-18 14:27:59 +00:00
crypto.md 2024-04-24, Version 22.0.0 (Current) 2024-04-23 10:47:15 +01:00
debugger.md inspector: introduce the --inspect-wait flag 2024-05-12 21:21:55 +02:00
deprecations.md lib,src: remove --experimental-policy 2024-05-08 07:16:04 +02:00
dgram.md doc: use consistent plural form of "index" 2024-04-07 06:46:29 +00:00
diagnostics_channel.md diagnostics_channel: early-exit tracing channel trace methods 2024-03-07 03:03:32 +00:00
dns.md doc: fix dns.lookup family 0 and all descriptions 2024-05-12 21:21:54 +02:00
documentation.md doc: use consistent plural form of "index" 2024-04-07 06:46:29 +00:00
domain.md doc: fix typos 2023-04-23 13:34:08 +00:00
embedding.md
errors.md 2024-05-15, Version 22.2.0 (Current) 2024-05-15 08:45:30 +02:00
esm.md lib, url: add a windows option to path parsing 2024-04-29 22:46:30 +02:00
events.md 2024-05-02, Version 22.1.0 (Current) 2024-05-02 09:54:38 +02:00
fs.md 2024-05-15, Version 22.2.0 (Current) 2024-05-15 08:45:30 +02:00
globals.md 2024-04-24, Version 22.0.0 (Current) 2024-04-23 10:47:15 +01:00
http.md doc: add examples and notes to http server.close et al 2024-05-12 21:21:54 +02:00
http2.md tools: use stylistic ESLint plugin for formatting 2024-04-29 22:46:23 +02:00
https.md doc: call out http(s).globalAgent default 2024-04-08 20:33:46 +00:00
index.md src: add initial support for single executable applications 2023-02-18 02:49:18 +00:00
inspector.md doc: updates for better json generating 2024-02-13 21:37:42 +00:00
intl.md doc: improve documentation about ICU data fallback 2023-09-22 13:24:23 +00:00
module.md doc,module: clarify hook chain execution sequence 2024-03-02 14:33:25 +00:00
modules.md module: support ESM detection in the CJS loader 2024-04-30 11:23:07 +02:00
n-api.md doc: update the location of build_with_cmake 2024-04-07 20:34:28 +00:00
net.md doc: replace U+00A0 with U+0020 2024-04-29 22:46:28 +02:00
os.md tools: use stylistic ESLint plugin for formatting 2024-04-29 22:46:23 +02:00
packages.md module: support require()ing synchronous ESM graphs 2024-03-18 18:10:06 +08:00
path.md doc: note that path.normalize deviates from POSIX 2024-01-29 15:45:38 +00:00
perf_hooks.md 2024-05-15, Version 22.2.0 (Current) 2024-05-15 08:45:30 +02:00
permissions.md src,permission: resolve path on fs_permission 2024-05-08 07:12:37 +02:00
process.md doc: update process.versions properties 2024-05-01 01:03:07 +02:00
punycode.md
querystring.md doc: get rid of unnecessary eslint-skip comments 2023-11-22 19:03:33 +00:00
readline.md doc: detailed description of keystrokes Ctrl-Y and Meta-Y 2023-08-08 19:51:43 +00:00
repl.md doc: harmonize fenced code snippet flags 2023-05-21 09:36:57 +02:00
report.md 2024-04-24, Version 22.0.0 (Current) 2024-04-23 10:47:15 +01:00
single-executable-applications.md 2024-03-26, Version 20.12.0 'Iron' (LTS) 2024-03-26 17:42:38 +00:00
stream.md doc: document pipeline with end option 2024-05-12 21:21:58 +02:00
string_decoder.md doc: add print results for examples in StringDecoder 2023-08-27 15:32:47 +00:00
synopsis.md doc: clarify explaination text on how to run the example 2023-10-06 13:37:31 +00:00
test.md 2024-05-15, Version 22.2.0 (Current) 2024-05-15 08:45:30 +02:00
timers.md 2023-09-18, Version 18.18.0 'Hydrogen' (LTS) 2023-09-18 17:39:17 -04:00
tls.md doc: updates for better json generating 2024-02-13 21:37:42 +00:00
tracing.md
tty.md doc: clarify tty.isRaw 2023-05-21 16:41:28 +00:00
url.md 2024-05-02, Version 22.1.0 (Current) 2024-05-02 09:54:38 +02:00
util.md 2024-03-26, Version 20.12.0 'Iron' (LTS) 2024-03-26 17:42:38 +00:00
v8.md 2024-04-24, Version 22.0.0 (Current) 2024-04-23 10:47:15 +01:00
vm.md 2024-03-26, Version 20.12.0 'Iron' (LTS) 2024-03-26 17:42:38 +00:00
wasi.md 2024-01-09, Version 20.11.0 'Iron' (LTS) 2024-01-09 20:47:16 +00:00
webcrypto.md doc: updates for better json generating 2024-02-13 21:37:42 +00:00
webstreams.md doc: fix grammatical mistake 2024-05-08 07:12:37 +02:00
worker_threads.md doc: updates for better json generating 2024-02-13 21:37:42 +00:00
zlib.md 2024-05-15, Version 22.2.0 (Current) 2024-05-15 08:45:30 +02:00