Skip to content

Instantly share code, notes, and snippets.

@ashumeow
Created November 15, 2013 22:33
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 ashumeow/7492799 to your computer and use it in GitHub Desktop.
Save ashumeow/7492799 to your computer and use it in GitHub Desktop.
var xhr = new XMLHttpRequest();
xhr.open("GET", "http://www.dragonwolverines.com/", false);
xhr.send();
console.log(xhr.status);
console.log(xhr.statusText);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment