[Bug 17648] [Awaiting ES6] Add iterators
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]/Bugs/Public/> |
https://www.w3.org/Bugs/Public/show_bug.cgi?id=17648 Cameron McCormack <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #8 from Cameron McCormack <[email protected]> --- I've updated the spec to use @@iterator and reference other abstract iterator-related operations from the ES6 spec. I've removed interface interfaces, as they were a complication that I'm not sure we need. I've also updated the iterator that exists automatically due to declaring indexed properties to just use the default Array iterator. An easier way to iterate over a set of objects -- bug 26183 -- is still to come. https://github.com/heycam/webidl/commit/f87ea39994972ebd75f4b98c2dc01a32aaa9d1f5 -- You are receiving this mail because: You are on the CC list for the bug.