Skip to content

Instantly share code, notes, and snippets.

@khaosdoctor
Created April 6, 2019 18:38
Show Gist options
  • Save khaosdoctor/61110aae5507f265904acb56cc6f785c to your computer and use it in GitHub Desktop.
Save khaosdoctor/61110aae5507f265904acb56cc6f785c to your computer and use it in GitHub Desktop.
fetch('api')
.on('error', err => { /* faça algo */ }
.on('data', dados => { /* faça algo */ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment