diff --git a/docs.html b/docs.html index 1321933..05fafee 100644 --- a/docs.html +++ b/docs.html @@ -354,7 +354,8 @@ var csv = Papa.unparse({ chunk: undefined, fastMode: undefined, beforeFirstChunk: undefined, - withCredentials: undefined + withCredentials: undefined, + transform: undefined }
@@ -539,6 +540,14 @@ var csv = Papa.unparse({ A boolean value passed directly into XMLHttpRequest's "withCredentials" property. +transform
+