I have a complex javascript object which is generated by some third party tool, which looks like this (inside Chrome Developer Tools Watch panel):
I'm interested in reading those text
and value
attributes of i
Object.
I've never seen such <function scope>
thing before. In such cases,
How to access values from
<function scope>
's Closure in Chrome Developer tool's Watch panel?
Or is it not possible?