We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fdf727 commit 4d72e98Copy full SHA for 4d72e98
doc/api/string_decoder.md
@@ -71,6 +71,7 @@ substitution characters appropriate for the character encoding.
71
72
If the `buffer` argument is provided, one final call to `stringDecoder.write()`
73
is performed before returning the remaining input.
74
+After `end()` is called, the `stringDecoder` object can be reused for new input.
75
76
### `stringDecoder.write(buffer)`
77
<!-- YAML
0 commit comments