-
Notifications
You must be signed in to change notification settings - Fork 11
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
read() returns number
instead of Uint8Array
#22
Comments
I figured out that I need to set the option |
I tried on iPhone and it works. Seems to be a problem with Android only. |
Hi, did you make it work for Android? |
Hi, no I didn't. Debug mode doesn't stream. |
I am trying to read() a
text/event-stream
. The backend already works in curl and in a Next.js app.value
returned fromreader.read()
is anumber
instead of aUint8Array
, which means the Typescript types are broken.The text was updated successfully, but these errors were encountered: