mirror of
https://github.com/tenrok/axios.git
synced 2026-06-14 18:42:33 +03:00
Releasing 0.5.4
This commit is contained in:
Vendored
+3
@@ -179,6 +179,9 @@ var axios =
|
||||
|
||||
module.exports = {
|
||||
transformRequest: [function (data, headers) {
|
||||
if(utils.isFormData(data)) {
|
||||
return data;
|
||||
}
|
||||
if (utils.isArrayBuffer(data)) {
|
||||
return data;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user