web-serial-rxjs API Documentation
    Preparing search index...

    Interface LineBufferOptions

    Options for createLineBuffer.

    interface LineBufferOptions {
        maxChars?: number;
    }
    Index
    maxChars?: number

    Maximum characters retained in the incomplete line tail (no line terminator yet). When exceeded, leading characters are discarded. 0 means unlimited.

    1048576