Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMyles Borins <mylesborins@google.com>2019-12-18 02:23:12 +0300
committerMyles Borins <mylesborins@google.com>2019-12-18 19:58:32 +0300
commit2e222e69ddf8a6e132ee95ac90922cf0a9bda849 (patch)
tree741bb87942ae78abdb57516d3a2e928f6e79ebf4 /doc/api/readline.md
parent3bc9b09ce6bcfacc8a8ef4e1ee0d343b71f3014c (diff)
2019-12-18, Version 13.5.0 (Current)v13.5.0
Notable Changes: * cli: * add --trace-exit cli option (legendecas) https://github.com/nodejs/node/pull/30516 * http,https: * increase server headers timeout (Tim Costa) https://github.com/nodejs/node/pull/30071 * readline: * update ansi-regex (Ruben Bridgewater) https://github.com/nodejs/node/pull/30907 * promote \_getCursorPos to public api (Jeremy Albright) https://github.com/nodejs/node/pull/30687 * repl: * add completion preview (Ruben Bridgewater) https://github.com/nodejs/node/pull/30907 * util: * add Set and map size to inspect output (Ruben Bridgewater) https://github.com/nodejs/node/pull/30225 * wasi: * require CLI flag to require() wasi module (Colin Ihrig) https://github.com/nodejs/node/pull/30963 PR-URL: https://github.com/nodejs/node/pull/31010
Diffstat (limited to 'doc/api/readline.md')
-rw-r--r--doc/api/readline.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/readline.md b/doc/api/readline.md
index bae063f0b21..b98f7055045 100644
--- a/doc/api/readline.md
+++ b/doc/api/readline.md
@@ -400,7 +400,7 @@ as well as the column where the terminal caret will be rendered.
### rl.getCursorPos()
<!-- YAML
-added: REPLACEME
+added: v13.5.0
-->
* Returns: {Object}