Skip to content

Commit 5a48a7b

Browse files
PoojaDurgadBethGriggs
authored andcommitted
doc: add a statement in the documentation.
PR-URL: #35585 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]>
1 parent df580c5 commit 5a48a7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/api/string_decoder.md

+1
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)