async-stream-iter

1.0.2 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i async-stream-iter

Weekly Downloads

2

Version

1.0.2

License

X11

Last publish

Collaborators

  • rektide