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
Source memory_leak_checker.js and from JavaScript call:
MemoryLeakChecker(window)
This will analyze every object and list and output any objects or lists that have over 200 elements. This can be very useful for finding leaks in data structures.