-
Notifications
You must be signed in to change notification settings - Fork 198
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
Streaming types / APIs in standard library #7129
Comments
Related: #5785 |
I believe they are the same in the end but I'm no expert in that field so I can't really add much. You already shared Node's streams and the browser API's streams so we have good references there. |
Sharing another use case posted by a community member on our Discord:
|
Use Case
Proposed Solution
Dedicated streaming APIs that don't require the entire contents of an API response or file or etc. to be loaded in memory at once.
(side note: maybe file streams and HTTP streams should be treated separately? I'm not sure)
Implementation Notes
References:
Component
SDK
Community Notes
The text was updated successfully, but these errors were encountered: