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:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2021-09-25 01:19:54 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2021-09-27 20:53:15 +0300
commit78962d1ca124c6fac356cefac2be5aa589b96fa2 (patch)
treeadebfaf736fddda9d4df1316b7634b9ab7082ef7 /doc/api/readline.md
parent8037d1749afe7736c4a1c691e8fb43f4791c8e7a (diff)
doc: mark readline promise implementation as experimental
Refs: https://github.com/nodejs/node/pull/37947#issuecomment-921538713 PR-URL: https://github.com/nodejs/node/pull/40211 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
Diffstat (limited to 'doc/api/readline.md')
-rw-r--r--doc/api/readline.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/readline.md b/doc/api/readline.md
index cf2cf8a1537..f59ec410095 100644
--- a/doc/api/readline.md
+++ b/doc/api/readline.md
@@ -535,6 +535,8 @@ line prompts are included in the calculations.
added: REPLACEME
-->
+> Stability: 1 - Experimental
+
### Class: `readlinePromises.Interface`
<!-- YAML
added: REPLACEME