Skip to content

Instantly share code, notes, and snippets.

@leny
Created January 23, 2018 20:18
Show Gist options
  • Save leny/640a635f6cab62a3d4cd3bf809eb262a to your computer and use it in GitHub Desktop.
Save leny/640a635f6cab62a3d4cd3bf809eb262a to your computer and use it in GitHub Desktop.
fetch("/something")
.then(JSON.parse)
.then((_in) => (console.log(_in), _in))
.then(sendToClient);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment