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
ReadableStream
When reading the readable stream, we should validate that all chunks are of type Uint8Array. See https://fetch.spec.whatwg.org/#incrementally-read-loop and https://streams.spec.whatwg.org/#readablestreamdefaultreader-read-all-bytes.
Uint8Array
The text was updated successfully, but these errors were encountered:
Blocked on upstream spec decision because of full duplex streaming: whatwg/fetch#1254
Sorry, something went wrong.
No branches or pull requests
When reading the readable stream, we should validate that all chunks are of type
Uint8Array
. See https://fetch.spec.whatwg.org/#incrementally-read-loop and https://streams.spec.whatwg.org/#readablestreamdefaultreader-read-all-bytes.The text was updated successfully, but these errors were encountered: