mirror of
https://github.com/tenrok/axios.git
synced 2026-06-08 17:22:34 +03:00
Added axios.formToJSON method; (#4735)
* Draft * Added `formDataToJSON` helper; Added `axios.formToJSON` method; Added client tests; Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
@@ -25,7 +25,8 @@ describe('instance', function () {
|
||||
'isAxiosError',
|
||||
'VERSION',
|
||||
'default',
|
||||
'toFormData'
|
||||
'toFormData',
|
||||
'formToJSON'
|
||||
].indexOf(prop) > -1) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user