From 12bf28a62f805eebe9e221e4c9d8a7bc576b788a Mon Sep 17 00:00:00 2001 From: Akshay Raj Gollahalli Date: Thu, 23 Jul 2020 19:40:46 +1200 Subject: [PATCH] Add documentation for chunkSize (#818) closes #673 --- docs/docs.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/docs.html b/docs/docs.html index a73f512a..fc2a26e9 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -444,6 +444,7 @@
Default Config With All Options
downloadRequestBody: undefined, skipEmptyLines: false, chunk: undefined, + chunkSize: undefined, fastMode: undefined, beforeFirstChunk: undefined, withCredentials: undefined, @@ -631,6 +632,14 @@
Config Options
A callback function, identical to step, which activates streaming. However, this function is executed after every chunk 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. + + + chunkSize + + + Overrides Papa.LocalChunkSize and Papa.RemoteChunkSize. For more information see configurable. + + fastMode