Skip to content

Instantly share code, notes, and snippets.

@tvler
Created January 14, 2018 00:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tvler/d72e2073c17d5e9f5a4b791065461598 to your computer and use it in GitHub Desktop.
Save tvler/d72e2073c17d5e9f5a4b791065461598 to your computer and use it in GitHub Desktop.
FormData into URLSearchParams one-liner
new URLSearchParams([...new FormData(ev.target)])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment