Just wondering, how safe is to use async / await. Does all the modern browsers supports as of year 2019 ?
Depends if you consider IE a modern browser, apparently.
Although you could always use it (from various languages) if you have a step that compiles to old enough JS.
Milica Maksimović
founder Literally.dev, ex-Growth @wasp, former Community Manager @Hashnode
Maneesh Kumar
Full Stack Developer
Yes, All modern browsers support async/await. I used for my project and did not get any issue.