summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatteo Collina <hello@matteocollina.com>2019-04-01 10:07:57 +0200
committerMatteo Collina <hello@matteocollina.com>2019-04-03 09:17:10 +0200
commit4de5e0a99630c311fb5e257fc4b4411f135854f6 (patch)
tree031d793a58611812c430b0d3fea909423048a76e /doc
parent1d8298a5b67928b83d87efffc436040c9f8b91a9 (diff)
downloadandroid-node-v8-4de5e0a99630c311fb5e257fc4b4411f135854f6.tar.gz
android-node-v8-4de5e0a99630c311fb5e257fc4b4411f135854f6.tar.bz2
android-node-v8-4de5e0a99630c311fb5e257fc4b4411f135854f6.zip
readline: make Symbol.asyncIterator support stable
PR-URL: https://github.com/nodejs/node/pull/26989 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Masashi Hirano <shisama07@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/readline.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/api/readline.md b/doc/api/readline.md
index 4db4b0f899..a3c89b26d9 100644
--- a/doc/api/readline.md
+++ b/doc/api/readline.md
@@ -312,9 +312,13 @@ The `rl.write()` method will write the data to the `readline` `Interface`'s
### rl\[Symbol.asyncIterator\]()
<!-- YAML
added: v11.4.0
+changes:
+ - version: REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/26989
+ description: Symbol.asyncIterator support is no longer experimental.
-->
-> Stability: 1 - Experimental
+> Stability: 2 - Stable
* Returns: {AsyncIterator}