Skip to content

fix stringifying form data as json#42

Merged
developit merged 2 commits intodevelopit:masterfrom
idoshamun:patch-1
Jul 15, 2020
Merged

fix stringifying form data as json#42
developit merged 2 commits intodevelopit:masterfrom
idoshamun:patch-1

Conversation

@idoshamun
Copy link
Copy Markdown
Contributor

FormData type is object which caused redaxios to transform it into a string before sending the request.
This made it not possible to send FormData at all through redaxios.

idoshamun added 2 commits July 3, 2020 16:31
FormData type is `object` which caused redaxios to transform it into a string before sending the request.
This made it not possible to send FormData at all through redaxios.
@developit developit merged commit 66e62ad into developit:master Jul 15, 2020
@developit
Copy link
Copy Markdown
Owner

Thanks for the PR! I'd already merged the other FormData fix (#37), but I merge this to get your test in there as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants