Javascript – Will a never fulfilled promise cause a memory leak?
this question is not new on SO, but I have a scenario that is not exactly the same as other questions. Let's say I have a class Component class Component { constructor() { this.resolvers = []; } addResolver() { return…