Skip to content

Instantly share code, notes, and snippets.

@FrankSpierings
Created July 1, 2019 08:37
Show Gist options
  • Save FrankSpierings/042e477823b640babda075fceadce200 to your computer and use it in GitHub Desktop.
Save FrankSpierings/042e477823b640babda075fceadce200 to your computer and use it in GitHub Desktop.
XHR
url = "";
var xhr = new XMLHttpRequest();
xhr.open("get", url, false);
xhr.send();
xhr.response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment