iterator-helpers-polyfill icon indicating copy to clipboard operation
iterator-helpers-polyfill copied to clipboard

A polyfill for Iterator helpers proposal written in Typescript for environments supporting ES2018+

Results 1 iterator-helpers-polyfill issues
Sort by recently updated
recently updated
newest added

# **Self-explanatory** Namely: 1. Make Promise returning helpers throw errors asynchronously (reject promise), rather than synchronously 2. Make special %IteratorHelperPrototype% class and wrap the generators around them without next-passing behavior...

bug