iterare icon indicating copy to clipboard operation
iterare copied to clipboard

[feat request] create Iterator from a collection that implements `[Symbol.asyncIterator]`

Open jtara1 opened this issue 2 years ago • 0 comments

node.js Readable from stream implements this. If I attempt to use a node.js stream, I'll get an error like

(node:73620) UnhandledPromiseRejectionWarning: Error: Passed collection is neither an Iterator nor an Iterable

jtara1 avatar Jan 19 '22 01:01 jtara1