Hi, I got a weird issue with coroutines and `Promi...
# javascript
h
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.