From 14de07b31e9c063644d6afb772da964c3e2d6bc7 Mon Sep 17 00:00:00 2001 From: Akshay Raj Gollahalli Date: Thu, 23 Jul 2020 16:32:56 +1200 Subject: [PATCH] chunkSize documented closes #673 --- docs/docs.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/docs.html b/docs/docs.html index a73f512..82511da 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -444,6 +444,7 @@ var csv = Papa.unparse({ downloadRequestBody: undefined, skipEmptyLines: false, chunk: undefined, + chunkSize: undefined, fastMode: undefined, beforeFirstChunk: undefined, withCredentials: undefined, @@ -631,6 +632,14 @@ var csv = Papa.unparse({ 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. + + fastMode