We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43e444b commit 375d1eeCopy full SHA for 375d1ee
doc/api/cli.md
@@ -1203,9 +1203,8 @@ on synchronous system APIs. Node.js APIs that use the threadpool are:
1203
1204
- all `fs` APIs, other than the file watcher APIs and those that are explicitly
1205
synchronous
1206
-- `crypto.pbkdf2()`
1207
-- `crypto.randomBytes()`, unless it is used without a callback
1208
-- `crypto.randomFill()`
+- asynchronous crypto APIs such as `crypto.pbkdf2()`, `crypto.scrypt()`,
+ `crypto.randomBytes()`, `crypto.randomFill()`, `crypto.generateKeyPair()`
1209
- `dns.lookup()`
1210
- all `zlib` APIs, other than those that are explicitly synchronous
1211
0 commit comments