Created
December 20, 2016 19:06
-
-
Save Luciaisacomputer/6f7c709086f170689d04b202df19b70e to your computer and use it in GitHub Desktop.
Test FormData Easily
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
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