Set.prototype.forEach I thought it was agreed that the function passed to Set.prototype.forEach would be called with 3 arguments, the value, the value again and the context object. This is so that one can use the same function for Array.prototype.forEach, Map.prototype.forEach and Set.prototype.forEach.
Map.prototype.size and Set.prototype.size These should presumably be enumerable? -- erik _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

