Join Slack
Powered by
Hi, I got a weird issue with coroutines and `Promi...
# javascript
h
hellman
10/20/2019, 5:17 PM
Hi, I got a weird issue with coroutines and
Promise
. When I use
fetch(someUrl).await()
it works fine, but I get a compile error when I try to use
await()
on a
Promise
returned by a JS library from NPM.
Open in Slack
Previous
Next