Reputation: 879
Recently i noticed that chrome does not show the properties of any object, it was showing them 10 days back. Then I checked same thing in IE, Firefox, they all do not show any property.
For example :
var a={};
a // gives Object {}
Some days back it showed all the properties in chrome at least. What could be the possible reason behind this change.?
Upvotes: 1
Views: 380