@ -433,6 +433,7 @@ var csv = Papa.unparse({
@@ -433,6 +433,7 @@ var csv = Papa.unparse({
error: undefined,
download: false,
downloadRequestHeaders: undefined,
downloadRequestBody: undefined,
skipEmptyLines: false,
chunk: undefined,
fastMode: undefined,
@ -598,6 +599,14 @@ var csv = Papa.unparse({
@@ -598,6 +599,14 @@ var csv = Papa.unparse({
}</code>
</pre>
</tr>
<tr>
<td>
<code>downloadRequestBody</code>
</td>
<td>
If defined and the download property is true, a POST request will be made instead of a GET request and the passed argument will be set as the body of the request.