v0.5.0
Minor Changes
-
7cb5954: Refactor
asyncIterator
ponyfill APIBREAKING: The
asyncIterator
from 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);