Skip to content

Instantly share code, notes, and snippets.

@sylr
Created March 15, 2022 15:06
Show Gist options
  • Save sylr/76e59c52a42e3dcf91b382748c0e89e8 to your computer and use it in GitHub Desktop.
Save sylr/76e59c52a42e3dcf91b382748c0e89e8 to your computer and use it in GitHub Desktop.
mdpJBqv
<div>pwet</div>
function reqListener () {
console.log(this.responseText);
}
var oReq = new XMLHttpRequest();
oReq.onload = reqListener;
oReq.open("get", "https://backend.dogmatix.dev:4443/artexlearn-data.json", true);
oReq.send();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment