1.0.2 ā€¢ Published 8 years ago

async-stream-iter v1.0.2

Weekly downloads
2
License
X11
Repository
-
Last release
8 years ago

Async Stream Iter

Read from a WHATWG Stream via a Asynchronous Iterator.

From the Streams FAQ we have,

As the async iterable proposal progresses, we anticipate making readable streams into async iterables proper, so that you could use the proposed for async (const chunk of rs) syntax

ā€• "How do readable streams relate to async iterables"

This library implements that async iteration on readers.

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago