buffer.INSPECT_MAX_BYTES
- <Number> Default: 50
Returns the maximum number of bytes that will be returned when buffer.inspect()
is called. This can be overridden by user modules. See util.inspect()
for more details on buffer.inspect()
behavior.
Note that this is a property on the buffer
module as returned by require('buffer')
, not on the Buffer global or a Buffer instance.
Please login to continue.