i just updated into the latest version of Edge. i was debugging when i found out that getSymbolTypeName() is not working anymore. any solution to this?
You can access the name attribute on the sym object as below:
var symName = sym.name;
hth,
Vivekuma
Retrieving data ...