Skip to content

Instantly share code, notes, and snippets.

@a-boy
Created May 9, 2014 02:16
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 a-boy/402b2ba662f1d845a678 to your computer and use it in GitHub Desktop.
Save a-boy/402b2ba662f1d845a678 to your computer and use it in GitHub Desktop.
/*XMLHttpRequest*/
var req = new XMLHttpRequest();
req.open("GET", url, true);
req.onload = ;
req.send(null);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment