From 78962d1ca124c6fac356cefac2be5aa589b96fa2 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Sat, 25 Sep 2021 00:19:54 +0200 Subject: [PATCH] doc: mark readline promise implementation as experimental MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs: https://github.com/nodejs/node/pull/37947#issuecomment-921538713 PR-URL: https://github.com/nodejs/node/pull/40211 Reviewed-By: Michaƫl Zasso Reviewed-By: James M Snell Reviewed-By: Colin Ihrig Reviewed-By: Zijian Liu Reviewed-By: Darshan Sen --- doc/api/readline.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/api/readline.md b/doc/api/readline.md index cf2cf8a153..f59ec41009 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`