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

> Though you'd avoid having to create new types of objects by developing a generics style notation for the documentation.

ReadableByteStream is not just a ReadableStream with Uint8Array chunks in it. ReadableByteStream has more functionality that is not specified in ReadableStream to allow efficient handling of bytes (though we're discussing if we can merge them at https://github.com/whatwg/streams/issues/379).

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

Received on Wednesday, 2 December 2015 17:55:31 UTC