We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Blob.stream()
https://github.com/scala-js/scala-js-dom/blob/series/1.x/src/main/scala/org/scalajs/dom/raw/lib.scala#L7951
Should be a ReadableStream[Uint8Array]. Came up in http4s/http4s#5120.
ReadableStream[Uint8Array]
The text was updated successfully, but these errors were encountered:
Fix #515 Request extends Body
686651b
7c2f2f4
Merge pull request #551 from scala-js/issue/515
30d0e6b
Fix #515 Blob.stream() emits Uint8Array
armanbilge
No branches or pull requests
https://github.com/scala-js/scala-js-dom/blob/series/1.x/src/main/scala/org/scalajs/dom/raw/lib.scala#L7951
Should be a
ReadableStream[Uint8Array]
. Came up in http4s/http4s#5120.The text was updated successfully, but these errors were encountered: