0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/doc/api
Richard Lau b9da063ae9
doc: return type of crypto.getFips() may change
Document that the return type of `crypto.getFips()` may change in a
future semver-major release from a `number` to a `boolean`.

PR-URL: https://github.com/nodejs/node/pull/32580
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Signed-off-by: Richard Lau <riclau@uk.ibm.com>
2020-04-03 07:18:08 -04:00
..
addons.md doc: update context-aware section of addon doc 2020-03-31 10:22:12 -07:00
assert.md
async_hooks.md doc: clarify requireManualDestroy option 2020-04-03 01:41:18 +02:00
buffer.md
child_process.md
cli.md http: increase default header size from 8KB to 16KB 2020-03-29 22:38:57 +02:00
cluster.md
console.md
crypto.md doc: return type of crypto.getFips() may change 2020-04-03 07:18:08 -04:00
debugger.md
deprecations.md src: runtime deprecate process.umask() 2020-03-31 22:05:07 -04:00
dgram.md
dns.md doc: add missing changes: entry for dns.ALL 2020-04-03 01:06:32 +02:00
documentation.md
domain.md
embedding.md doc: add basic embedding example documentation 2020-03-21 10:58:25 +01:00
errors.md lib: add option to disable __proto__ 2020-03-18 10:22:42 -07:00
esm.md module: expose exports conditions to loaders 2020-04-03 01:29:39 +02:00
events.md doc: remove extraneous sentence in events.md 2020-03-26 10:23:33 -04:00
fs.md fs: make parameters optional for readSync 2020-04-02 18:34:31 +02:00
globals.md
http2.md doc: fix typo in http2 docs 2020-03-30 09:35:21 +02:00
http.md http: increase default header size from 8KB to 16KB 2020-03-29 22:38:57 +02:00
https.md
index.md doc: add basic embedding example documentation 2020-03-21 10:58:25 +01:00
inspector.md
intl.md
modules.md module: path-only CJS exports extension searching 2020-03-31 20:39:01 -06:00
n-api.md doc: trim wording in n-api.md text about exceptions 2020-03-26 10:23:29 -04:00
net.md doc: simplify and correct example descriptions in net.md 2020-03-25 23:15:20 -07:00
os.md
path.md doc: use uppercase on windows path 2020-03-29 22:43:53 +02:00
perf_hooks.md
policy.md
process.md doc: deprecate process.umask() with no arguments 2020-03-31 22:04:53 -04:00
punycode.md
querystring.md
readline.md
repl.md
report.md src,cli: support compact (one-line) JSON reports 2020-03-17 08:42:41 -07:00
stream.md doc: stream.end(cb) cb can be invoked with error 2020-03-30 17:15:50 +02:00
string_decoder.md
synopsis.md
timers.md
tls.md
tracing.md
tty.md
url.md
util.md 2020-03-26 Version 13.12.0 (Current) 2020-03-26 18:49:28 -04:00
v8.md
vm.md doc: improve wording in vm.md 2020-03-24 10:24:37 -07:00
wasi.md
worker_threads.md worker: support MessagePort to workers data 2020-04-03 01:12:19 +02:00
zlib.md