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
Interesting. I'm not deeply involved in JS development (more of a Java back-end-guy-looking-into-front-end), but...
The value of Emem would seem to be dictated by the prevalence of JS memory leaks. Is this (now or in the near future) a significant problem? It seems to me that as JS plays an ever expanding role on mobile devices the answer might be YES!
IMO, JS garbage collection should be done by the JS run-time (browser).
An alternative use for Emem, could be the 'verbose' mode mentioned, as a debugging aide to locate event handlers set by multiple, unknown code fragments. That is, a map of all current event handlers, their source and status.
No description provided.
The text was updated successfully, but these errors were encountered: