Skip to content

Instantly share code, notes, and snippets.

@Luciaisacomputer
Created December 20, 2016 19:06
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 Luciaisacomputer/6f7c709086f170689d04b202df19b70e to your computer and use it in GitHub Desktop.
Save Luciaisacomputer/6f7c709086f170689d04b202df19b70e to your computer and use it in GitHub Desktop.
Test FormData Easily
var xhr = new XMLHttpRequest;
xhr.open('POST', '/', true);
xhr.send(data);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment