- From: Nidhi Jaju <notifications@github.com>
- Date: Tue, 24 Nov 2020 00:53:20 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 24 November 2020 08:53:32 UTC
@nidhijaju commented on this pull request. > @@ -86,3 +102,24 @@ function makeReadableByteStream() { With this in hand, we can create and use BYOB readers for the returned `ReadableStream`. The adaptation between the low-level byte tracking of the underlying byte source shown here, and the higher-level chunk-based consumption of a default reader, is all taken care of automatically by the streams implementation. + + +## Goals + +* Support for {type: “bytes”} in the [ReadableStream constructor](https://streams.spec.whatwg.org/#rs-constructor). Thank you for the suggestion! I've changed the goals section to have those points instead. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/1088#discussion_r529302739
Received on Tuesday, 24 November 2020 08:53:32 UTC