Await somefunc().then(a => break;);
//more stuff
}
Use async function
Обсуждают сегодня