Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for ArrayBuffer stream chunks #80

Merged
merged 1 commit into from
Aug 9, 2023
Merged

Add support for ArrayBuffer stream chunks #80

merged 1 commit into from
Aug 9, 2023

Conversation

ehmicky
Copy link
Collaborator

@ehmicky ehmicky commented Aug 9, 2023

This PR continues implementing support for web streams (ReadableStream). This PR allows stream chunks to be ArrayBuffers, in addition to the already supported string, TypedArray, DataView (#79), and Node.js Buffer.

@sindresorhus sindresorhus merged commit 02025aa into sindresorhus:main Aug 9, 2023
3 checks passed
@ehmicky ehmicky deleted the array-buffer branch August 9, 2023 19:11
@ehmicky ehmicky mentioned this pull request Aug 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants