Nikolay Botev
Nikolay Botev
This change makes the generator prototype chain fully conformant with ~the spec~ the Iterator Helpers stage 3 proposal, and enables the following code to work when transpiled to older runtimes:...
Hi @zloirock, I have been thinking hard about what the best way is to make Async Iterator Helpers (through your polyfills) as widely available in an as easy manner as...
This changes makes discovery of the async iterator prototype object easier in environments with transpiled async generators. The async iterator prototype object is useful for polyfilling async iterator helpers and...
Could you please add Java Streams to the prior art, as IMO this is the prior art closest in shape to this proposal? The high-level structure of Iterator Helpers is...