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:
authorPooja D.P <Pooja.D.P@ibm.com>2020-10-10 19:22:02 +0300
committerGireesh Punathil <gpunathi@in.ibm.com>2020-10-20 10:54:31 +0300
commit50103bff5bf9098d48a41dba9568efb20408768f (patch)
treef848bd6857f324110abae4197428b2a5f7ac1799 /doc/api/string_decoder.md
parent11f1ad939f902ddbeb406350a6162359e04c13ec (diff)
doc: add a statement in the documentation.
PR-URL: https://github.com/nodejs/node/pull/35585 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Diffstat (limited to 'doc/api/string_decoder.md')
-rw-r--r--doc/api/string_decoder.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/string_decoder.md b/doc/api/string_decoder.md
index a810462f508..819283e5117 100644
--- a/doc/api/string_decoder.md
+++ b/doc/api/string_decoder.md
@@ -71,6 +71,7 @@ substitution characters appropriate for the character encoding.
If the `buffer` argument is provided, one final call to `stringDecoder.write()`
is performed before returning the remaining input.
+After `end()` is called, the `stringDecoder` object can be reused for new input.
### `stringDecoder.write(buffer)`
<!-- YAML