skip to Main Content

Javascript – States of a promise – resolved vs fulfilled – Is a thenable object always resolved?

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/then#description Thenable objects that arise along the then() chain are always resolved — the onFulfilled handler never receives a thenable object, and any thenable returned by either handler are always resolved before being passed to the next handler. This is…

VIEW QUESTION
Back To Top
Search