We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
e355e07
There was an error while loading. Please reload this page.
f27d293
7cb5954: Refactor asyncIterator ponyfill API
asyncIterator
BREAKING: The asyncIterator from the ponyfill API is refactored, you should now use it like this:
asyncIterator(readableStream);
instead of
asyncIterator.call(readableStream);
707e8aa
4ea935a
0398fc0: Restructure codebase and export ponyfill entry points.
BREAKING CHANGE: The API is redesgined. Check REAMDE.md for details.