@federicocarboni/saxe
    Preparing search index...

    Interface SaxParseOptions

    interface SaxParseOptions {
        stream?: boolean;
    }
    Index

    Properties

    Properties

    stream?: boolean

    A boolean value indicating whether additional data follows in subsequent calls to SaxParser.parse. Set to true to process input in chunks, and false for the final chunk or if the input is not chunked.

    false