node/doc/api
RafaelGSS 8085bcf882
2023-04-10, Version 19.9.0 (Current)
Notable changes:

events:
  * (SEMVER-MINOR) add getMaxListeners method (Khafra) https://github.com/nodejs/node/pull/47039
lib:
  * (SEMVER-MINOR) add tracing channel to diagnostics\_channel (Stephen Belanger)
msi:
  * (SEMVER-MINOR) migrate to WiX4 (Stefan Stojanovic) https://github.com/nodejs/node/pull/45943
node-api:
  * (SEMVER-MINOR) deprecate napi\_module\_register (Vladimir Morozov) https://github.com/nodejs/node/pull/46319
stream:
  * (SEMVER-MINOR) add setter & getter for default highWaterMark (Robert Nagy) https://github.com/nodejs/node/pull/46929
url:
  * (SEMVER-MINOR) implement URL.canParse (Khafra) https://github.com/nodejs/node/pull/47179
test_runner:
  * (SEMVER-MINOR) expose reporter for use in run api (Chemi Atlow) https://github.com/nodejs/node/pull/47238

PR-URL: https://github.com/nodejs/node/pull/47441
Signed-off-by: RafaelGSS <rafael.nunu@hotmail.com>
2023-04-10 16:21:48 -03:00
..
addons.md doc: use "file system" instead of "filesystem" 2023-01-19 22:58:18 -03:00
assert.md doc: revise example of assert.CallTracker 2023-04-07 10:09:18 -03:00
async_context.md doc: fix typos in async_context.md 2023-04-07 08:40:35 -03:00
async_hooks.md doc: fix fs missing import 2023-03-14 07:54:05 +01:00
buffer.md 2023-03-14, Version 19.8.0 (Current) 2023-03-14 11:36:42 +01:00
child_process.md
cli.md doc: use serial comma in cli docs 2023-04-07 09:14:34 -03:00
cluster.md
console.md
corepack.md
crypto.md doc: remove use of DEFAULT_ENCODING in PBKDF2 docs 2023-04-07 09:14:33 -03:00
debugger.md debugger: improve validations and documents for watch and unwatch 2023-03-14 07:54:14 +01:00
deprecations.md 2023-04-10, Version 19.9.0 (Current) 2023-04-10 16:21:48 -03:00
dgram.md
diagnostics_channel.md 2023-04-10, Version 19.9.0 (Current) 2023-04-10 16:21:48 -03:00
dns.md doc: update to match changed --dns-result-order default 2023-01-19 22:58:19 -03:00
documentation.md
domain.md
embedding.md
errors.md doc: improve example for Error.captureStackTrace() 2023-04-07 09:14:34 -03:00
esm.md esm: allow resolve to return import assertions 2023-03-14 08:11:13 +01:00
events.md 2023-04-10, Version 19.9.0 (Current) 2023-04-10 16:21:48 -03:00
fs.md doc: clarify that fs.create{Read,Write}Stream support AbortSignal 2023-04-07 08:40:34 -03:00
globals.md doc: update output of example in AbortController 2023-04-07 09:14:34 -03:00
http.md doc: clarify http error events after calling destroy() 2023-04-07 09:14:34 -03:00
http2.md doc: fix port of destination server is not defined in http2 2023-03-14 07:54:06 +01:00
https.md
index.md src: add initial support for single executable applications 2023-02-20 14:16:31 -05:00
inspector.md doc: add tip for session.post function 2023-01-31 18:16:11 -05:00
intl.md
module.md
modules.md doc: use "file system" instead of "filesystem" 2023-01-19 22:58:18 -03:00
n-api.md node-api: extend type-tagging to externals 2023-04-07 08:40:35 -03:00
net.md 2023-03-14, Version 19.8.0 (Current) 2023-03-14 11:36:42 +01:00
os.md doc: add a note about os.cpus() returning an empty list 2023-04-08 15:18:07 -03:00
packages.md
path.md
perf_hooks.md doc: indicate that name is no longer an optional argument 2023-03-18 10:41:35 +01:00
permissions.md
policy.md
process.md doc: add importing util to example of `process.report.getReport' 2023-04-08 15:18:05 -03:00
punycode.md
querystring.md
readline.md
repl.md
report.md doc: use "file system" instead of "filesystem" 2023-01-19 22:58:18 -03:00
single-executable-applications.md doc,test: extend the list of platforms supported by single-executables 2023-03-14 07:54:12 +01:00
stream.md 2023-04-10, Version 19.9.0 (Current) 2023-04-10 16:21:48 -03:00
string_decoder.md
synopsis.md
test.md 2023-04-10, Version 19.9.0 (Current) 2023-04-10 16:21:48 -03:00
timers.md
tls.md 2023-03-14, Version 19.8.0 (Current) 2023-03-14 11:36:42 +01:00
tracing.md
tty.md
url.md 2023-04-10, Version 19.9.0 (Current) 2023-04-10 16:21:48 -03:00
util.md doc: improve documentation for util.types.isNativeError() 2023-04-07 08:40:34 -03:00
v8.md 2023-02-02, Version 19.6.0 (Current) 2023-02-01 13:18:09 -05:00
vm.md doc: vm.SourceTextModule() without context option 2023-04-08 15:18:04 -03:00
wasi.md 2023-03-14, Version 19.8.0 (Current) 2023-03-14 11:36:42 +01:00
webcrypto.md
webstreams.md doc: remove unused functions from example of streamConsumers.text 2023-02-20 14:16:27 -05:00
worker_threads.md 2023-03-14, Version 19.8.0 (Current) 2023-03-14 11:36:42 +01:00
zlib.md