Skip to content

Instantly share code, notes, and snippets.

@radralph
Last active August 29, 2015 14:14
Show Gist options
  • Select an option

  • Save radralph/4625707713d097922e7c to your computer and use it in GitHub Desktop.

Select an option

Save radralph/4625707713d097922e7c to your computer and use it in GitHub Desktop.
var request = new XMLHttpRequest();
request.open('GET', '/my/url', true);
request.send();
say("hello hello world");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment