Articles tagged: Legacy Iterator
Found 6 documents
- Web/JavaScript/Reference/Deprecated_and_obsolete_features/The_legacy_Iterator_protocol Firefox, prior to version 26 implemented another iterator protocol that is similar to the ...
- Web/JavaScript/Reference/Global_Objects/Generator The Generator object is returned by a generator function and it conforms to both the iterable ...
- Web/JavaScript/Reference/Global_Objects/Iterator The Iterator function returns an object which implements legacy iterator protocol and iterates ...
- Web/JavaScript/Reference/Global_Objects/StopIteration The StopIteration object is used to tell the end of the iteration in the legacy iterator protocol.
- Web/JavaScript/Reference/Operators/Legacy_generator_function The function keyword can be used to define a legacy generator function inside an expression. To ...
- Web/JavaScript/Reference/Statements/Legacy_generator_function The legacy generator function statement declares legacy generator functions with the specified ...