Created
April 10, 2017 04:54
-
-
Save disnet/f5962056783bd28362fc70e7b4d0c3ff 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
fetch("/foo.json").then(resp => { | |
return resp.json(); | |
}).then(json => { | |
return processJson(json); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment