Const
Default cap on collected chunks — prevents unbounded memory growth when callers forget to pass maxChunks. Callers that genuinely need no cap must opt in explicitly with { maxChunks: Infinity }. (#1913 Class F)
maxChunks
{ maxChunks: Infinity }
Default cap on collected chunks — prevents unbounded memory growth when callers forget to pass
maxChunks. Callers that genuinely need no cap must opt in explicitly with{ maxChunks: Infinity }. (#1913 Class F)