-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Fetch Streaming Body #9629
Comments
@vjeux sorry to page. Does React Native's fetch implementation support streaming? |
@facebook-github-bot label Icebox |
Hi there! This issue is being closed because it has been inactive for a while. But don't worry, it will live on with ProductPains! Check out its new home: https://productpains.com/post/react-native/fetch-streaming-body ProductPains helps the community prioritize the most important issues thanks to its voting feature. Also, if this issue is a bug, please consider sending a PR with a fix. |
@facebook-github-bot close |
@charpeni tells me to close this issue. If you think it should still be opened let us know why. |
This question resolved or have a plan now? Steam feature is good for download file process. |
ended up using websockets. |
Question about RN's fetch API spec vs the Web Spec.
For reading a JSON stream through a browser - something like this works:
However, in RN -
response.body
returns as undefined. Is this missing in RN's fetch spec? Is there an alternative to consume the partial stream?The text was updated successfully, but these errors were encountered: