Re: [streams] type of Chunk.value (#410)

Ah I see there is [a note](https://fetch.spec.whatwg.org/#concept-response-readable-stream):

> This might become a ReadableByteStream object. While the type might change, the behavior specified will be equivalent since the hypothetical ReadableByteStream object will have the same members as the ReadableStream object has today.

So I suppose that's what I was missing, as I imagine that would state that a ReadableByteStream is a streams whose chunks contain ` Uint8Array`s.

That's close to my suggestion. You'd avoid having to create new types of objects by developing a generics style notation for the documentation.



---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/410#issuecomment-161377566

Received on Wednesday, 2 December 2015 17:45:34 UTC