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

Allow both DOM and Node.js web-byte-streams #740

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

Borewit
Copy link
Owner

@Borewit Borewit commented Aug 8, 2024

The typings for the DOM Web (byte) ReadableStream and the Node.js Web (byte) ReadableStream are slightly different.
This PR allow the DOM Web (byte) ReadableStream in addition to the Node Web (byte) ReadableStream.

The combined type is exported as AnyWebByteStream

@Borewit Borewit added the improvement Improvement of existing functionality label Aug 8, 2024
@Borewit Borewit self-assigned this Aug 8, 2024
@Borewit Borewit merged commit fa5258b into master Aug 8, 2024
12 checks passed
@Borewit Borewit deleted the typing-allow-any-web-readable branch August 8, 2024 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement of existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant