On Mon 11 Aug 2014 16:14, Jason Orendorff <[email protected]> writes:
> Where are [methods called .lazy(), .concat(), .map(), .filter(), and > .flatMap()] defined? Is it intended that .map() and .flatMap() will > be defined on all iterables? I think the intention is to place them on a new Iterator.prototype. The notes record that a new Iterator.prototype is to be added to the spec, though specification of methods is deferred past ES6. Andy _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

