Skip to content

Commit 50103bf

Browse files
PoojaDurgadgireeshpunathil
authored andcommitted
doc: add a statement in the documentation.
PR-URL: #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>
1 parent 11f1ad9 commit 50103bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/api/string_decoder.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ substitution characters appropriate for the character encoding.
7171

7272
If the `buffer` argument is provided, one final call to `stringDecoder.write()`
7373
is performed before returning the remaining input.
74+
After `end()` is called, the `stringDecoder` object can be reused for new input.
7475

7576
### `stringDecoder.write(buffer)`
7677
<!-- YAML

0 commit comments

Comments
 (0)