From a4cf371ff291ccb6b269a2a5872317fe83c31267 Mon Sep 17 00:00:00 2001 From: Sergi Almacellas Abellana Date: Sat, 21 Mar 2020 16:57:49 +0100 Subject: [PATCH] Improve downloadRequestBody documentation --- docs/docs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs.html b/docs/docs.html index 7a0557e..b7785de 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -604,7 +604,7 @@ var csv = Papa.unparse({ downloadRequestBody - 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.