@ -435,6 +435,7 @@ var csv = Papa.unparse({
@@ -435,6 +435,7 @@ var csv = Papa.unparse({
complete: undefined,
error: undefined,
download: false,
downloadRequestHeaders: undefined,
skipEmptyLines: false,
chunk: undefined,
fastMode: undefined,
@ -587,6 +588,19 @@ var csv = Papa.unparse({
@@ -587,6 +588,19 @@ var csv = Papa.unparse({
If true, this indicates that the string you passed as the first argument to <code>parse()</code> is actually a URL from which to download a file and parse its contents.
</td>
</tr>
<tr>
<td>
<code>downloadRequestHeaders</code>
</td>
<td>
If defined, should be an object that describes the headers, example: