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

web-sys: ReadableStream is Empty #2252

Closed
anlumo opened this issue Jul 26, 2020 · 4 comments
Closed

web-sys: ReadableStream is Empty #2252

anlumo opened this issue Jul 26, 2020 · 4 comments

Comments

@anlumo
Copy link

anlumo commented Jul 26, 2020

Motivation

The ReadableStream API is not exposed via web-sys. The struct itself does exist, but it does not implement any functions.

This API is used in the Fetch API for reading responses as a stream, rather than loading them completely before operating on them.

Proposed Solution

Expose the API for the ReadableStream feature.

@alexcrichton
Copy link
Contributor

I think this probably just needs an update to the WebIDL, and PRs are welcome to do that!

@DesmondWillowbrook
Copy link
Contributor

Having a bit of trouble getting it to compile. Hope someone can help.

@DerZade
Copy link

DerZade commented Jan 11, 2023

Seems like this was not closed, although it should have been with merging #2478. Or am I missing something?

@anlumo
Copy link
Author

anlumo commented Jan 11, 2023

Yes, you're right.

@anlumo anlumo closed this as completed Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants