Skip to content

Commit 12bf28a

Browse files
authored
Add documentation for chunkSize (#818)
closes #673
1 parent aa33320 commit 12bf28a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/docs.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,7 @@ <h5 id="config-default">Default Config With All Options</h5>
444444
downloadRequestBody: undefined,
445445
skipEmptyLines: false,
446446
chunk: undefined,
447+
chunkSize: undefined,
447448
fastMode: undefined,
448449
beforeFirstChunk: undefined,
449450
withCredentials: undefined,
@@ -631,6 +632,14 @@ <h5 id="config-details">Config Options</h5>
631632
A callback function, identical to step, which activates streaming. However, this function is executed after every <i>chunk</i> of the file is loaded and parsed rather than every row. Works only with local and remote files. Do not use both chunk and step callbacks together. For the function signature, see the documentation for the step function.
632633
</td>
633634
</tr>
635+
<tr>
636+
<td>
637+
<code>chunkSize</code>
638+
</td>
639+
<td>
640+
Overrides <code>Papa.LocalChunkSize</code> and <code>Papa.RemoteChunkSize</code>. For more information see <a href="#configurable">configurable</a>.
641+
</td>
642+
</tr>
634643
<tr>
635644
<td>
636645
<code>fastMode</code>

0 commit comments

Comments
 (0)