Add the option to use FormData to encode the form elements #153

Merged
BehindTheMath merged 4 commits from feature/form-data into master 2018-04-29 14:05:23 -05:00
Showing only changes of commit d32bec32ae - Show all commits

1
index.d.ts vendored
View File

@@ -177,6 +177,7 @@ declare namespace Pjax {
requestUrl?: string;
requestMethod?: string;
requestParams?: IRequestParams[];
formData?: FormData;
}
}