Created
January 23, 2018 20:18
-
-
Save leny/640a635f6cab62a3d4cd3bf809eb262a 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("/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