0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
nodejs/doc/api
Refael Ackermann af3aa682ac util: add callbackify
Add `util.callbackify(function)` for creating callback style functions
from functions returning a `Thenable`

PR-URL: https://github.com/nodejs/node/pull/12712
Fixes: https://github.com/nodejs/CTC/issues/109
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Teddy Katz <teddy.katz@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
2017-06-10 22:49:28 -04:00
..
_toc.md doc: add async_hooks, n-api to _toc.md and all.md 2017-06-02 01:13:46 +03:00
addons.md doc: make the style of notes consistent 2017-05-25 18:49:41 -04:00
all.md doc: add async_hooks, n-api to _toc.md and all.md 2017-06-02 01:13:46 +03:00
assert.md doc: unify spaces in object literals 2017-06-03 01:56:19 +03:00
async_hooks.md async_hooks: use resource objects for Promises 2017-06-08 23:59:58 +02:00
buffer.md doc: use destructuring in code examples 2017-06-03 01:33:55 +03:00
child_process.md child_process: promisify includes stdio in error 2017-06-09 21:46:09 +02:00
cli.md 2017-06-06, Version 6.11.0 'Boron' (LTS) 2017-06-06 16:30:15 -04:00
cluster.md doc: sort bottom-of-file markdown links 2017-05-08 09:30:55 -07:00
console.md doc: use destructuring in code examples 2017-06-03 01:33:55 +03:00
crypto.md 2017-05-30, Version 8.0.0 (Current) 2017-05-30 10:58:31 -07:00
debugger.md doc: remove unused/duplicated reference links 2017-05-21 00:10:47 +02:00
deprecations.md repl: remove unused function convertToContext 2017-06-05 13:30:05 +03:00
dgram.md 2017-05-30, Version 8.0.0 (Current) 2017-05-30 10:58:31 -07:00
dns.md dns: add resolveAny support 2017-06-09 19:09:28 +02:00
documentation.md doc: replace uses of you and other style nits 2017-04-28 07:57:11 -07:00
domain.md 2017-05-30, Version 8.0.0 (Current) 2017-05-30 10:58:31 -07:00
errors.md doc: fix ordering error in errors.md 2017-05-31 10:21:29 -07:00
events.md doc: make the style of notes consistent 2017-05-25 18:49:41 -04:00
fs.md fs: expose Stats times as Numbers 2017-06-07 16:15:45 -04:00
globals.md doc: sort bottom-of-file markdown links 2017-05-08 09:30:55 -07:00
http.md http: overridable keep-alive behavior of Agent 2017-06-07 14:41:22 -04:00
https.md doc: Add URL argument with http/https request 2017-06-06 22:39:10 -07:00
index.md
inspector.md inspector: allow --inspect=host:port from js 2017-06-06 14:41:17 -07:00
modules.md doc: make the style of notes consistent 2017-05-25 18:49:41 -04:00
n-api.md doc: fix napi_create_*_error signatures in n-api 2017-06-10 17:58:35 +03:00
net.md lib: return this from net.Socket.end() 2017-06-07 12:54:00 -07:00
os.md doc: make the style of notes consistent 2017-05-25 18:49:41 -04:00
path.md win, doc: document per-drive current working dir 2017-06-06 11:19:23 +02:00
process.md 2017-05-30, Version 8.0.0 (Current) 2017-05-30 10:58:31 -07:00
punycode.md doc: sort bottom-of-file markdown links 2017-05-08 09:30:55 -07:00
querystring.md 2017-05-30, Version 8.0.0 (Current) 2017-05-30 10:58:31 -07:00
readline.md doc: add readline.emitKeypressEvents note 2017-06-10 19:16:57 +02:00
repl.md doc: unify spaces in object literals 2017-06-03 01:56:19 +03:00
stream.md doc,stream: clarify 'data', pipe() and 'readable' 2017-06-05 10:19:04 +02:00
string_decoder.md doc: use destructuring in code examples 2017-06-03 01:33:55 +03:00
synopsis.md cmd: support dash as stdin alias 2017-05-23 20:41:13 +02:00
timers.md timers: add promisify support 2017-05-09 15:01:44 +02:00
tls.md doc: corrects reference to tlsClientError 2017-06-08 14:41:37 +02:00
tracing.md
tty.md
url.md doc: add require modules in url.md 2017-06-03 13:21:52 +02:00
util.md util: add callbackify 2017-06-10 22:49:28 -04:00
v8.md 2017-05-30, Version 8.0.0 (Current) 2017-05-30 10:58:31 -07:00
vm.md doc: refine spaces in example from vm.md 2017-06-02 16:47:47 +03:00
zlib.md doc: fix code examples in zlib.md 2017-06-02 21:51:38 +03:00