v0.5.0
Minor Changes
-
7cb5954: Refactor
asyncIteratorponyfill APIBREAKING: The
asyncIteratorfrom the ponyfill API is refactored, you should now use it like this:asyncIterator(readableStream);
instead of
asyncIterator.call(readableStream);
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);