node/doc/api
Santiago Gimeno d6175b35ad Revert "deps: disable io_uring support in libuv by default"
This reverts commit 42e659cb9d.

PR-URL: https://github.com/nodejs/node/pull/55114
Refs: https://github.com/libuv/libuv/releases/tag/v1.49.0
Refs: https://github.com/libuv/libuv/releases/tag/v1.49.1
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2024-10-14 06:51:19 +00:00
..
addons.md src: use args.This() instead of Holder 2024-06-18 16:02:42 +00:00
assert.md doc: require node:process in assert doc examples 2024-07-04 19:49:38 +00:00
async_context.md
async_hooks.md doc,tools: enforce use of node: prefix 2024-07-21 15:44:27 +00:00
buffer.md doc: add missing return values in buffer docs 2024-10-13 19:42:03 +00:00
child_process.md doc, child_process: add esm snippets 2024-09-05 08:47:48 +00:00
cli.md Revert "deps: disable io_uring support in libuv by default" 2024-10-14 06:51:19 +00: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 esm examples to node:console 2024-08-06 09:56:59 +00:00
corepack.md
crypto.md crypto: add KeyObject.prototype.toCryptoKey 2024-10-06 18:09:02 +00:00
debugger.md
deprecations.md 2024-10-03, Version 20.18.0 'Iron' (LTS) 2024-10-03 19:54:20 +02:00
dgram.md
diagnostics_channel.md doc: make some parameters optional in tracingChannel.traceCallback 2024-08-07 15:26:20 +09:30
dns.md doc: add esm examples to node:dns 2024-08-06 18:34:19 +00:00
documentation.md
domain.md
embedding.md test,doc: enable running embedtest for Windows 2024-05-23 18:33:40 +00:00
errors.md module: throw ERR_NO_TYPESCRIPT when compiled without amaro 2024-10-11 15:41:38 +00:00
esm.md esm: mark import attributes and JSON module as stable 2024-10-12 11:21:09 +00:00
events.md doc: fix events.once() example using AbortSignal 2024-10-09 07:32:00 +00:00
fs.md fs: acknowledge signal option in filehandle.createReadStream() 2024-10-03 06:32:36 +00:00
globals.md 2024-10-03, Version 20.18.0 'Iron' (LTS) 2024-10-03 19:54:20 +02:00
http2.md http2: expose nghttp2_option_set_stream_reset_rate_limit as an option 2024-09-30 09:52:08 +00:00
http.md doc: fix the return type of outgoingMessage.setHeaders() 2024-10-11 13:03:35 +00:00
https.md doc: add esm examples to node:https 2024-08-19 13:52:40 +00:00
index.md module: add --experimental-strip-types 2024-07-24 16:30:06 +00:00
inspector.md 2024-10-03, Version 20.18.0 'Iron' (LTS) 2024-10-03 19:54:20 +02:00
intl.md
module.md doc: fix typos 2024-09-29 13:15:15 +00:00
modules.md process: add process.features.require_module 2024-10-07 15:26:10 +00:00
n-api.md node-api: add napi_create_buffer_from_arraybuffer method 2024-10-11 15:21:57 +00:00
net.md doc: fix initial default value of autoSelectFamily 2024-10-05 02:06:36 +00:00
os.md doc: fix broken Android building link 2024-09-15 12:29:18 +00:00
packages.md doc: fix typos 2024-09-29 13:15:15 +00:00
path.md 2024-08-21, Version 20.17.0 'Iron' (LTS) 2024-08-21 18:14:55 +02:00
perf_hooks.md 2024-10-03, Version 20.18.0 'Iron' (LTS) 2024-10-03 19:54:20 +02:00
permissions.md src: add receiver to fast api callback methods 2024-09-28 09:46:03 +00:00
process.md process: add process.features.require_module 2024-10-07 15:26:10 +00:00
punycode.md
querystring.md
readline.md
repl.md doc: remove parseREPLKeyword from REPL documentation 2024-09-22 19:08:53 +00:00
report.md
single-executable-applications.md doc: fix typo in method name in the sea doc 2024-08-15 11:11:01 +00:00
sqlite.md sqlite: disable DQS misfeature by default 2024-10-08 21:49:38 +00:00
stream.md doc: fix typos 2024-09-29 13:15:15 +00:00
string_decoder.md
synopsis.md
test.md 2024-10-03, Version 20.18.0 'Iron' (LTS) 2024-10-03 19:54:20 +02:00
timers.md timers: document ref option for scheduler.wait 2024-09-02 06:57:02 +00:00
tls.md 2024-10-03, Version 20.18.0 'Iron' (LTS) 2024-10-03 19:54:20 +02:00
tracing.md doc: include node.module_timer on available categories 2024-07-01 15:18:16 +00:00
tty.md doc,tty: add documentation for ReadStream and WriteStream 2024-07-19 10:53:24 +00:00
typescript.md 2024-08-22, Version 22.7.0 (Current) 2024-08-22 11:14:41 -03:00
url.md url: add missing documentation for URL.parse() 2024-07-05 02:51:03 +00:00
util.md 2024-10-03, Version 20.18.0 'Iron' (LTS) 2024-10-03 19:54:20 +02:00
v8.md doc: fix typos 2024-09-29 13:15:15 +00:00
vm.md 2024-10-03, Version 20.18.0 'Iron' (LTS) 2024-10-03 19:54:20 +02:00
wasi.md doc,tools: enforce use of node: prefix 2024-07-21 15:44:27 +00:00
webcrypto.md doc: fix webcrypto.md AES-GCM backticks 2024-08-30 22:32:03 +00:00
webstreams.md 2024-08-21, Version 20.17.0 'Iron' (LTS) 2024-08-21 18:14:55 +02:00
worker_threads.md worker: add markAsUncloneable api 2024-10-04 07:09:37 +00:00
zlib.md zlib: remove zlib.bytesRead 2024-09-28 23:46:21 +00:00