Is there any way to get the definition (public methods and properties) of an object in Javascript that is unknown?
In reality, I know what the object should be, but it's having problems accessing Methods that should be there, so I want to see what Methods are defined.
I have no control over this object so I can't use JSON or toString. Any other ideas?