Const
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).
blob.arrayBuffer()
blob.stream()
This value is determined by benchmarks.
Default threshold (in bytes) for Blob reading strategy.
Files smaller than this use
blob.arrayBuffer()(faster), files equal or larger useblob.stream()(memory-efficient).This value is determined by benchmarks.