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 2e8dfee commit 88055abCopy full SHA for 88055ab
doc/api/buffer.md
@@ -3170,6 +3170,15 @@ added: v3.0.0
3170
3171
An alias for [`buffer.constants.MAX_LENGTH`][].
3172
3173
+### `buffer.kStringMaxLength`
3174
+<!-- YAML
3175
+added: v3.0.0
3176
+-->
3177
+
3178
+* {integer} The largest length allowed for a single `string` instance.
3179
3180
+An alias for [`buffer.constants.MAX_STRING_LENGTH`][].
3181
3182
### `buffer.transcode(source, fromEnc, toEnc)`
3183
<!-- YAML
3184
added: v7.1.0
0 commit comments