Skip to content

Commit

Permalink
Add documentation for chunkSize (#818)
Browse files Browse the repository at this point in the history
closes #673
  • Loading branch information
akshaybabloo committed Jul 23, 2020
1 parent aa33320 commit 12bf28a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/docs.html
Expand Up @@ -444,6 +444,7 @@ <h5 id="config-default">Default Config With All Options</h5>
downloadRequestBody: undefined,
skipEmptyLines: false,
chunk: undefined,
chunkSize: undefined,
fastMode: undefined,
beforeFirstChunk: undefined,
withCredentials: undefined,
Expand Down Expand Up @@ -631,6 +632,14 @@ <h5 id="config-details">Config Options</h5>
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.
</td>
</tr>
<tr>
<td>
<code>chunkSize</code>
</td>
<td>
Overrides <code>Papa.LocalChunkSize</code> and <code>Papa.RemoteChunkSize</code>. For more information see <a href="#configurable">configurable</a>.
</td>
</tr>
<tr>
<td>
<code>fastMode</code>
Expand Down

0 comments on commit 12bf28a

Please sign in to comment.