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 ff1b432 commit a0dc194Copy full SHA for a0dc194
doc/api/buffer.md
@@ -3343,6 +3343,15 @@ added: v3.0.0
3343
3344
An alias for [`buffer.constants.MAX_LENGTH`][].
3345
3346
+### `buffer.kStringMaxLength`
3347
+<!-- YAML
3348
+added: v3.0.0
3349
+-->
3350
+
3351
+* {integer} The largest length allowed for a single `string` instance.
3352
3353
+An alias for [`buffer.constants.MAX_STRING_LENGTH`][].
3354
3355
### `buffer.transcode(source, fromEnc, toEnc)`
3356
<!-- YAML
3357
added: v7.1.0
0 commit comments