Promises API in Node.js core: where we are and where we’ll get to by Joe Sepi | JSConf EU 2019

preview_player
Показать описание


Рекомендации по теме
Комментарии
Автор

The talk really starts at 10:00
You are welcome

DanielSantanaBjj
Автор

Ok so, i am about to pull my hair out about this issue. So then accepts a callback as an argument. It somehow gets the result from the promise. How? Like where in the specification of promise api can I find the reason how then gets the result from the promise? Somewhere in this universe there must be an explanation on how the result gets passed to the then member.

RobertFilatowDev