I need to examine the entire window object, in order to check where data is actually being saved.
If i execute window.toString() i get "[object Window]"
I have also tried with the JSON.stringify(window) function and got the following error:
VM18766:1 Uncaught TypeError: Converting circular structure to JSON
Is there any way i can get the entire javascript object content including prototype functions?
I need this in order so that i can search inside the object text for specific content being saved in an object and where this object is.
 
     
     
     
    