Making properties of a class unenumerable

When switching Storage
http://www.whatwg.org/specs/web-apps/current-work/#storage-0 to IDL
bindings in Gecko Andrea noticed that changes enumeration.

In order to get the same enumeration as before, we'd need to mark all
members of the object as [[Enumerable]] false.

However, in ES6 only built-ins set [[Enumerable]] to false. Would it
be a problem if we introduced a feature for this in IDL?


-- 
http://annevankesteren.nl/

Received on Wednesday, 28 May 2014 14:05:35 UTC