Browse Source

Improve downloadRequestBody documentation

pull/779/head
Sergi Almacellas Abellana 5 years ago
parent
commit
a4cf371ff2
  1. 2
      docs/docs.html

2
docs/docs.html

@ -604,7 +604,7 @@ var csv = Papa.unparse({ @@ -604,7 +604,7 @@ var csv = Papa.unparse({
<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.
Use POST request on the URL of the download option. The value passed will be set as the body of the request.
</td>
</tr>
<tr>

Loading…
Cancel
Save