Skip to content

Instantly share code, notes, and snippets.

@vasylnahuliak
Last active July 9, 2019 16:00
Show Gist options
  • Save vasylnahuliak/8c7c41f09cec69e835162fb2f15340c8 to your computer and use it in GitHub Desktop.
Save vasylnahuliak/8c7c41f09cec69e835162fb2f15340c8 to your computer and use it in GitHub Desktop.
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