Last active
July 9, 2019 16:00
-
-
Save vasylnahuliak/8c7c41f09cec69e835162fb2f15340c8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const data = new FormData(); | |
Object.keys(payload).map(key => data.append(key, payload[key])); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment