You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have any feedback about how native promises can give users a better debugging experience please let us know :) We're gathering use cases for Node.js to see what we can do better.
The text was updated successfully, but these errors were encountered:
I'm finding that lots of docs for 3rd party libs include overly simplified Promise examples which lead to problems if used without deeper understanding.
Often it's forgetting to return or using .catch incorrectly.
IDK, I wish there was better docs for Promises. MDN seems dedicated to edge cases (saving promises as a variable, calling .then multiple times on a single promise...)
If you have any feedback about how native promises can give users a better debugging experience please let us know :) We're gathering use cases for Node.js to see what we can do better.
The text was updated successfully, but these errors were encountered: