Skip to content

v0.5.0

Choose a tag to compare

@Sec-ant Sec-ant released this 21 Jul 03:47
· 60 commits to main since this release
f27d293

Minor Changes

  • 7cb5954: Refactor asyncIterator ponyfill API

    BREAKING: The asyncIterator from the ponyfill API is refactored, you should now use it like this:

    asyncIterator(readableStream);

    instead of

    asyncIterator.call(readableStream);