uzu
06/07/2017, 3:10 PMtaylorh
06/07/2017, 4:33 PMlastmjs
06/07/2017, 5:35 PMmcolyer
06/07/2017, 6:14 PM.graphcool
file?aurnik
06/07/2017, 7:20 PMspences10
06/07/2017, 8:30 PMfourcolors
06/07/2017, 8:32 PMjt9001
06/07/2017, 9:20 PMlastmjs
06/07/2017, 9:25 PMlastmjs
06/07/2017, 9:30 PMlastmjs
06/07/2017, 9:53 PMfourcolors
06/07/2017, 10:05 PMfourcolors
06/07/2017, 10:09 PMfourcolors
06/07/2017, 10:09 PMlastmjs
06/07/2017, 10:10 PMisomorphic-fetch
in a cloud function. I can't get the promise callback to get called. The following example works fine on my node on my local machine, so I'm wondering if this is a cloud function issue: console.log('fetch with arrow function');
fetch('<http://google.com|google.com>').then((response) => {
console.log('response with arrow function', response);
});
console.log('fetch withot arrow function');
fetch('<http://google.com|google.com>').then(function(response) {
console.log('response without arrow function', response);
});
lastmjs
06/07/2017, 10:11 PMlastmjs
06/07/2017, 10:13 PMlastmjs
06/07/2017, 10:13 PMyus
06/07/2017, 10:24 PMlastmjs
06/07/2017, 10:25 PMyus
06/07/2017, 10:25 PMyus
06/07/2017, 10:25 PMlastmjs
06/07/2017, 10:25 PMyus
06/07/2017, 10:26 PMmorley
06/07/2017, 10:35 PMlastmjs
06/07/2017, 10:56 PMlastmjs
06/07/2017, 10:56 PMsajmil
06/07/2017, 11:10 PMlastmjs
06/07/2017, 11:19 PM