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:
authorXuguang Mei <meixg@foxmail.com>2022-04-08 13:17:03 +0300
committerGitHub <noreply@github.com>2022-04-08 13:17:03 +0300
commitd36b60e69a00b60b8f2c260b8c376c9a16a152df (patch)
tree6a55cf5d3967bd2290d81f949ee5e3348e9977ae /doc/api/errors.md
parent0bac5478eb9d242719f7e19f44db03d36c3647d8 (diff)
readline: fix question still called after closed
resolve: https://github.com/nodejs/node/issues/42450 PR-URL: https://github.com/nodejs/node/pull/42464 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
Diffstat (limited to 'doc/api/errors.md')
-rw-r--r--doc/api/errors.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/api/errors.md b/doc/api/errors.md
index a11a94981fe..71cae6300b2 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -2802,6 +2802,14 @@ import 'package-name'; // supported
`import` with URL schemes other than `file` and `data` is unsupported.
+<a id="ERR_USE_AFTER_CLOSE"></a>
+
+### `ERR_USE_AFTER_CLOSE`
+
+> Stability: 1 - Experimental
+
+An attempt was made to use something that was already closed.
+
<a id="ERR_VALID_PERFORMANCE_ENTRY_TYPE"></a>
### `ERR_VALID_PERFORMANCE_ENTRY_TYPE`