Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
<meta http-equiv="X-UA-Compatible" content="IE=edge">
co(function*(){ const imgBytes = yield downloadImageFromServer(); const status = yield uploadToAnotherServer(imgBytes); return status; }).then( status => { console.log(status); })