Hacker News new | ask | show | jobs
by withinboredom 1427 days ago
Do Promises hold a reference to the chain of functions that end in the result? If so, that seems like a bug.
1 comments

A promise is just an object, it does not contain any reference to the chained functions.