0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/doc/api
James M Snell 5d210d4ac9
http2: graduate from experimental
PR-URL: https://github.com/nodejs/node/pull/22466
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Yuta Hiroto <hello@hiroppy.me>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
2018-08-24 18:37:35 -07:00
..
addons.md src: add context-aware init macro and doc 2018-07-03 18:34:50 -04:00
assert.md assert: multiple improvements 2018-08-04 10:04:32 +02:00
async_hooks.md doc: prevent some redirections 2018-07-14 22:57:03 +03:00
buffer.md doc: list encodings supported by buffer.transcode 2018-08-11 17:08:15 -07:00
child_process.md doc: document 'inherit' option for stdio (non-shorthand) 2018-08-14 22:38:51 +03:00
cli.md doc: add doc for --loader option 2018-08-18 11:15:37 +03:00
cluster.md child_process: change windowsHide default to true 2018-06-20 11:02:01 -04:00
console.md 2018-07-18, Version 10.7.0 (Current) 2018-07-18 20:17:23 +02:00
crypto.md 2018-08-15, Version 10.9.0 (Current) 2018-08-16 11:52:38 +10:00
debugger.md inspector: use js_app.html as the landing page for chrome devtools 2018-06-28 09:24:02 -03:00
deprecations.md crypto: deprecate useless crypto APIs 2018-08-10 12:41:02 +02:00
dgram.md doc: unify optional arguments format in headings 2018-08-19 21:45:39 +03:00
dns.md doc: declare all parameter types 2018-07-15 23:57:35 +03:00
documentation.md fs: undeprecate lchown() 2018-06-27 11:37:17 -04:00
domain.md doc: add more missing backticks 2018-05-03 02:12:07 +03:00
errors.md tty: make _read throw ERR_TTY_WRITABLE_NOT_READABLE 2018-08-22 16:41:54 +02:00
esm.md esm: provide named exports for builtin libs 2018-05-11 12:06:18 -05:00
events.md doc: declare all parameter types 2018-07-15 23:57:35 +03:00
fs.md fs: update read to work with any TypedArray/DataView 2018-08-24 11:57:56 -07:00
globals.md 2018-04-24, Version 10.0.0 (Current) 2018-04-24 12:02:31 -07:00
http2.md http2: graduate from experimental 2018-08-24 18:37:35 -07:00
http.md doc: state callback behavior on empty buffer 2018-08-23 17:25:02 +03:00
https.md 2018-08-15, Version 10.9.0 (Current) 2018-08-16 11:52:38 +10:00
index.md doc: prevent some redirections 2018-07-14 22:57:03 +03:00
inspector.md doc: fix structure and formatting in inspector.md 2018-07-08 21:56:10 +03:00
intl.md doc: bump ICU version to avoid confusion 2018-08-14 22:44:58 +03:00
modules.md doc: fix module.children description 2018-07-11 00:31:59 +02:00
n-api.md doc: update wrapping-related documentation 2018-08-21 13:56:56 -04:00
net.md doc: fix return type of server.address() 2018-08-03 17:15:21 +08:00
os.md os: add os.{get,set}Priority() 2018-08-22 17:27:16 -04:00
path.md doc: prevent some redirections 2018-07-14 22:57:03 +03:00
perf_hooks.md perf_hooks: remove less useful bootstrap marks 2018-06-15 09:05:19 -07:00
process.md process: add allowedNodeEnvironmentFlags property 2018-08-24 18:15:19 -07:00
punycode.md doc: prevent some redirections 2018-07-14 22:57:03 +03:00
querystring.md doc: remove redundant empty lines 2018-04-29 17:48:43 +03:00
readline.md doc: add more missing backticks 2018-05-03 02:12:07 +03:00
repl.md doc: unify optional arguments format in headings 2018-08-19 21:45:39 +03:00
stream.md stream: restore flow if there are 'data' handlers after once('readable') 2018-08-21 22:36:13 -07:00
string_decoder.md doc: unify section structures 2018-04-15 02:37:50 +03:00
synopsis.md doc: add missing periods or colons 2018-05-02 06:17:08 +03:00
timers.md doc: prevent some redirections 2018-07-14 22:57:03 +03:00
tls.md doc: prevent some redirections 2018-07-14 22:57:03 +03:00
tracing.md trace_events: add node.promises category, rejection counter 2018-08-07 07:43:18 -07:00
tty.md doc: declare all parameter types 2018-07-15 23:57:35 +03:00
url.md doc: clarify that new URL().port could be an empty string 2018-08-17 13:00:31 +02:00
util.md test: remove harmony flags 2018-08-15 17:39:59 +02:00
v8.md doc: declare all parameter types 2018-07-15 23:57:35 +03:00
vm.md src: implement query callbacks for vm 2018-08-23 23:09:19 -04:00
worker_threads.md doc: fix worker example to receive message 2018-07-18 17:45:30 +02:00
zlib.md doc: unify optional arguments format in headings 2018-08-19 21:45:39 +03:00