From 90290d14cfcc24f71edc1ed21b79a7d3e914e052 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 Refs: https://github.com/nodejs/node/pull/37947#issuecomment-921538713 --- doc/api/readline.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/api/readline.md b/doc/api/readline.md index cf2cf8a15377ce..f59ec410095225 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`