There is one trick with Promises that might lead to nasty consequences: you might lose the async job. How it happens and how to avoid it?
2 posts tagged with #async ❌
Promises (part two): the legend of the lost Promise
📅 Created 7 years ago 👁️ 158
Async Javascript: tricks with Promises (part one)
📅 Created 7 years ago 👁️ 121
Promises provide a pretty nice interface for async programming in Javascript.