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
I get an error when trying to use this (in Safari)..
I am sourcing memory_leak_checker.js and from JavaScript (using jQuery) calling: MemoryLeakChecker(window)
It does NOT error out if I do NOT call: MemoryLeakChecker(window)
Then the console displays basically every object there is... is this the way this is to work??
There is so much there... you would have to toggle everything all the time to see whats happening
Can I not pass it an object to test? like var testObj = {}; MemoryLeakChecker(testObj) ?
I tried this but got an error:
TypeError: Result of expression 'MemoryLeakChecker' [[object Object]] is not a function.
just like when trying to call: MemoryLeakChecker(window) ... as per the instructions
The text was updated successfully, but these errors were encountered:
I get an error when trying to use this (in Safari)..
I am sourcing memory_leak_checker.js and from JavaScript (using jQuery) calling: MemoryLeakChecker(window)
It does NOT error out if I do NOT call: MemoryLeakChecker(window)
Then the console displays basically every object there is... is this the way this is to work??
There is so much there... you would have to toggle everything all the time to see whats happening
Can I not pass it an object to test? like var testObj = {}; MemoryLeakChecker(testObj) ?
I tried this but got an error:
TypeError: Result of expression 'MemoryLeakChecker' [[object Object]] is not a function.
just like when trying to call: MemoryLeakChecker(window) ... as per the instructions
The text was updated successfully, but these errors were encountered: