Skip to content

Instantly share code, notes, and snippets.

@khaosdoctor
Created April 7, 2019 18:24
Show Gist options
  • Save khaosdoctor/896a9caa8b815d9580671d367e5e3e1b to your computer and use it in GitHub Desktop.
Save khaosdoctor/896a9caa8b815d9580671d367e5e3e1b to your computer and use it in GitHub Desktop.
fetch('https://twitter.com/_staticvoid')
.then((response) => {
if (status === 200) return fetch('http://outrosite.com.br')
})
.then((response) => console.log(response.statusText))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment