We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 227e8fc commit 2cdf82bCopy full SHA for 2cdf82b
src/http.js
@@ -16,7 +16,6 @@ export default {
16
* Helper method for submitting a form as a POST request.
17
*/
18
postForm(uri, form) {
19
-
20
let formData = new FormData;
21
22
forIn(form.fields, (value, key) => formData.append(key, value));
0 commit comments