web-csv-toolbox - v0.14.0
    Preparing search index...

    Variable DEFAULT_ARRAY_BUFFER_THRESHOLDConst

    DEFAULT_ARRAY_BUFFER_THRESHOLD: number = ...

    Default threshold (in bytes) for Blob reading strategy.

    Files smaller than this use blob.arrayBuffer() (faster), files equal or larger use blob.stream() (memory-efficient).

    This value is determined by benchmarks.