Был замечен вброс о том, что async/await появился в Chrome Canary (Chrome 55).
Ссылка
#Chrome #JS #ES6
Ссылка
#Chrome #JS #ES6
reddit
async/await lands in Chrome 55 • /r/node
Type this in the console in Chrome Canary (Chrome 55): ``` (async function() { await new Promise(y => setTimeout(y, 2000)); console.log('Hello...