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