If i run console.dir(..) for a fn, chrome does not display the [[SCOPES]] on the dev tools anymore at least since the December 6th update! It shows on EDGE(ms). chrome version 108.0.5359.125
this prevents me from getting the closure...
If i run console.dir(..) for a fn, chrome does not display the [[SCOPES]] on the dev tools anymore at least since the December 6th update! It shows on EDGE(ms). chrome version 108.0.5359.125
this prevents me from getting the closure...
Same Problem, and you can inspect closure by using a debugger statement in your code. Later, press F12 to sources pane. You will see a scope tab and there the closures will be listed. sources pane