Totally not a js dev.
I'm using a js lib (puppeteer) that needs
const browser = await puppeteer.launch()
.
My issue is that I can't use await with kotlin js, and I don't know if "await" is just syntactic sugar for a callback (sort of stuff done on Java with coroutines)