node/doc/api
Michaël Zasso 258e9e767e
2023-05-16, Version 20.2.0 (Current)
Notable changes:

doc:
  * add ovflowd to collaborators (Claudio Wunder) https://github.com/nodejs/node/pull/47844
http:
  * (SEMVER-MINOR) prevent writing to the body when not allowed by HTTP spec (Gerrard Lindsay) https://github.com/nodejs/node/pull/47732
sea:
  * (SEMVER-MINOR) add option to disable the experimental SEA warning (Darshan Sen) https://github.com/nodejs/node/pull/47588
test_runner:
  * (SEMVER-MINOR) add `skip`, `todo`, and `only` shorthands to `test` (Chemi Atlow) https://github.com/nodejs/node/pull/47909
url:
  * (SEMVER-MINOR) add value argument to `URLSearchParams` `has` and `delete` methods (Sankalp Shubham) https://github.com/nodejs/node/pull/47885

PR-URL: https://github.com/nodejs/node/pull/48020
2023-05-15 16:59:31 +02:00
..
addons.md
assert.md doc: fix params names 2023-05-12 11:57:05 +02:00
async_context.md 2023-04-18, Version 20.0.0 (Current) 2023-04-17 16:48:24 -03:00
async_hooks.md doc: async_hooks asynchronous content example add mjs code 2023-05-02 09:34:07 +02:00
buffer.md doc: remove broken link 2023-05-15 11:37:32 +02:00
child_process.md
cli.md test_runner: use v8.serialize instead of TAP 2023-05-15 16:44:22 +02:00
cluster.md doc: add missing deprecated blocks to cluster 2023-05-15 11:37:36 +02:00
console.md
corepack.md
crypto.md crypto: remove DEFAULT_ENCODING 2023-03-26 18:03:58 +00:00
debugger.md debugger: improve validations and documents for watch and unwatch 2023-03-13 04:29:53 +00:00
deprecations.md 2023-05-03, Version 20.1.0 (Current) 2023-05-03 08:57:36 +02:00
dgram.md
diagnostics_channel.md doc: fix typos 2023-05-02 09:34:04 +02:00
dns.md 2023-05-03, Version 20.1.0 (Current) 2023-05-03 08:57:36 +02:00
documentation.md
domain.md doc: fix typos 2023-05-02 09:34:04 +02:00
embedding.md
errors.md http: prevent writing to the body when not allowed by HTTP spec 2023-05-15 11:37:34 +02:00
esm.md doc: add missing setEncoding call in ESM example 2023-05-02 09:33:52 +02:00
events.md 2023-04-10, Version 19.9.0 (Current) 2023-04-13 16:48:54 -03:00
fs.md doc: ntfs junction points must link to directories 2023-05-12 11:57:19 +02:00
globals.md doc: update description of global 2023-05-15 11:37:35 +02:00
http.md http: prevent writing to the body when not allowed by HTTP spec 2023-05-15 11:37:34 +02:00
http2.md doc: fix port of destination server is not defined in http2 2023-03-06 00:29:27 +00:00
https.md
index.md
inspector.md doc: fix typos 2023-05-02 09:34:04 +02:00
intl.md
module.md
modules.md
n-api.md node-api: get Node API version used by addon 2023-05-12 11:57:04 +02:00
net.md 2023-05-03, Version 20.1.0 (Current) 2023-05-03 08:57:36 +02:00
os.md doc: add a note about os.cpus() returning an empty list 2023-04-13 16:48:51 -03:00
packages.md
path.md
perf_hooks.md doc: indicate that name is no longer an optional argument 2023-03-17 12:48:53 +00:00
permissions.md doc: improve permission.has description 2023-05-12 11:57:06 +02:00
policy.md
process.md doc: improve permission.has description 2023-05-12 11:57:06 +02:00
punycode.md
querystring.md
readline.md
repl.md
report.md
single-executable-applications.md sea: add option to disable the experimental SEA warning 2023-05-12 11:57:02 +02:00
stream.md doc: fix params names 2023-05-12 11:57:05 +02:00
string_decoder.md
synopsis.md
test.md 2023-05-16, Version 20.2.0 (Current) 2023-05-15 16:59:31 +02:00
timers.md
tls.md tls: accept SecureContext object in server.addContext() 2023-05-02 09:34:07 +02:00
tracing.md
tty.md
url.md 2023-05-16, Version 20.2.0 (Current) 2023-05-15 16:59:31 +02:00
util.md doc: fix typos 2023-05-02 09:34:04 +02:00
v8.md doc,test: update the v8.startupSnapshot doc and test the example 2023-05-12 11:57:00 +02:00
vm.md doc: update measure memory rejection information 2023-05-15 11:37:34 +02:00
wasi.md 2023-05-03, Version 20.1.0 (Current) 2023-05-03 08:57:36 +02:00
webcrypto.md doc: fix typo in webcrypto metadata 2023-05-02 09:33:56 +02:00
webstreams.md doc: fix typo in webstreams.md 2023-05-03 08:34:23 +02:00
worker_threads.md doc: fix typos 2023-05-02 09:34:04 +02:00
zlib.md