Add the option to use FormData to encode the form elements (#153)
* Add the option to use FormData to encode the form elements If the form's enctype attribute is set to "multipart/form-data", use FormData to encode the form's elements.
This commit was merged in pull request #153.
This commit is contained in:
1
index.d.ts
vendored
1
index.d.ts
vendored
@@ -177,6 +177,7 @@ declare namespace Pjax {
|
||||
requestUrl?: string;
|
||||
requestMethod?: string;
|
||||
requestParams?: IRequestParams[];
|
||||
formData?: FormData;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user