Are you an LLM? You can read better optimized documentation at /api/@nhtio/adk/batteries/storage/opfs/interfaces/OpfsSpoolReaderOptions.md for this page in Markdown format
Byte-length threshold that switches between eager and streaming modes. Remarks - Below the threshold → eager (whole-file in memory). - At or above the threshold → streaming (line-offset index + per-line slice reads). Set to 0 to force streaming mode; set to Number.POSITIVE_INFINITY to force eager mode.