Skip to content

Instantly share code, notes, and snippets.

@lulalachen
Created July 13, 2016 15:09
Show Gist options
  • Save lulalachen/8df4f55485ea56ea609c6753dccc1230 to your computer and use it in GitHub Desktop.
Save lulalachen/8df4f55485ea56ea609c6753dccc1230 to your computer and use it in GitHub Desktop.
var options = {
method: 'GET',
headers: myHeaders,
}
fetch(url, options)
.then(response => console.log(response))
.catch(err => console.log(err))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment