Skip to content

v5.0.0

Choose a tag to compare

@dex4er dex4er released this 15 Jul 08:06
· 70 commits to master since this release
  • PromiseReadable implements AsyncIterable so it is possible to use
    for await (const chunk of promiseReadable) loop.
  • New method iterate is provided.