Created
April 7, 2019 18:24
-
-
Save khaosdoctor/896a9caa8b815d9580671d367e5e3e1b to your computer and use it in GitHub Desktop.
This file contains hidden or 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('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