Options for createLineBuffer.
Character counts use UTF-16 string length (JavaScript .length).
.length
Issue #371
Optional
Maximum characters retained in the incomplete line tail (no line terminator yet). When exceeded, leading characters are discarded. 0 means unlimited. Must be a safe integer >= 0 when validated.
0
>= 0
1048576 Copy
1048576
Options for createLineBuffer.
Character counts use UTF-16 string length (JavaScript
.length).See
Issue #371