-
-
Save kuznetsovandrey76/b15981c35c9a51b1cb1df7d41dafa34c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var xhr = new XMLHttpRequest(); | |
xhr.open('GET', 'https://kuznetsovandrey76.github.io/chingu-map/data.json'); | |
xhr.send(); | |
xhr.onload = function() { | |
console.log('answer:' + xhr.response); | |
}; |
Author
kuznetsovandrey76
commented
Jan 12, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment