Comment on A surprising JavaScript memory leak found at MeteorparentComments−ufo13yNot only setInterval though. This sort of leak can also show up if the closure is a DOM event handler or is otherwise exposed.−Tloewald13yIt can show up anywhere — and in fact event handlers are a major source of leaks in general — but the point is that the leak doesn't occur as frequently as you might expect not that it occurs.
Comments
Not only setInterval though. This sort of leak can also show up if the closure is a DOM event handler or is otherwise exposed.
It can show up anywhere — and in fact event handlers are a major source of leaks in general — but the point is that the leak doesn't occur as frequently as you might expect not that it occurs.